File: ChangeLog

package info (click to toggle)
svn-all-fast-export 0~git20100701-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 236 kB
  • ctags: 212
  • sloc: cpp: 1,591; makefile: 22
file content (783 lines) | stat: -rw-r--r-- 25,029 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
commit 88f73d5f435df7153590b5f8da964133f577b16b
Author: Johannes Obermayr <johannesobermayr@gmx.de>
Date:   Sat Jun 19 12:57:26 2010 +0200

    Add proper APR_INCLUDE for openSUSE

commit 209e6ce4ddf114494d6d72455690af819dcbf18c
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Tue May 4 07:03:14 2010 +0200

    Try and branch from the correct svn revision rather then the last one.

commit 80d1c990170ac8771da9607cdcf498f57996a949
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Mon May 3 20:07:04 2010 +0200

    Fix svn.replace

commit 64a45f529c6e3e08b2ddbb1b23870d89a3a62cd3
Author: Ulrich Spörlein <uqs@spoerlein.net>
Date:   Mon Apr 19 23:06:00 2010 +0200

    Implement the replace node changeset which exists from some repositories namely the FreeBSD svn rep

commit 95ac50d6ecafa8a318c8aa278ab2ef1d04277dd1
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Thu Apr 29 20:48:17 2010 +0200

    Split into two rows.

commit c0fa5feaf084d4e1674b966ef9b7524bc2fe1ee8
Author: Ulrich Spörlein <uqs@spoerlein.net>
Date:   Mon Apr 19 23:06:00 2010 +0200

    Print more info on what is exported where

commit ad10c53d123ebf1c7a1d93431ade2a1cde4715ce
Merge: 1841b37 5d9df31
Author: Marc Guenther marcguenther@me.com <marcguenther@me.com>
Date:   Wed Apr 14 22:21:17 2010 +0200

    Merge remote branch 'svn2git/master'

commit 5d9df31bf640bbbbfbb30d0163f9f2571cc1b81b
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Wed Apr 14 19:46:38 2010 +0200

    Move slash cleaning to a more generic place

commit 1841b37e70d582b384f81a5cb51f6ab30863ea48
Merge: 9630527 437e0db
Author: Marc Guenther marcguenther@me.com <marcguenther@me.com>
Date:   Wed Apr 14 16:04:15 2010 +0200

    Merge remote branch 'svn2git/master'
    
    Conflicts:
    	src/svn.cpp

commit 96305273fb80f186fe8a1cf7b721e492d65624bd
Author: Marc Guenther marcguenther@me.com <marcguenther@me.com>
Date:   Wed Apr 14 13:10:29 2010 +0200

    'prefix' rule didn't allow \1 \2 replacements

commit 437e0dbb1551dbce774a1c5036e17a8e30c8e699
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Tue Apr 13 19:28:40 2010 +0200

    Fix logical error in last commit. There was no slash added between
    prefix and path under certain conditions.

commit 3bf4fcecd7f64cab1f700965816b5c1dbc8bdc39
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Mon Apr 12 20:38:25 2010 +0200

    Oups (use the correct string)

commit 70499909cc1dfed644aefbc9fa47eb7e8359dad1
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Mon Apr 12 20:37:06 2010 +0200

    Fix logical error (deleted paths was ignored)
    Improve the ruleparser so that prefix never starts or ends with a '/'

commit 260906c6675b71bcd890e761f23cb7c4a27ac7a8
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Mon Apr 12 16:58:22 2010 +0200

    Ditch the Rootdir option and add a prefix one instead (Thiago is always correct :))

commit 352ad0f90f7d73bec0f36410128cafde183f39ba
Author: Sebastian Pipping <sebastian@pipping.org>
Date:   Tue Mar 23 23:22:51 2010 +0100

    Add support for git-svn author files

commit 7ee1b3be6caa2745b723ad9364b81a5153cec1b1
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Thu Mar 25 19:28:09 2010 +0100

    Add command line option to print what rules are used on each file.

commit c9c52bc1415082f39738c402317a25c6991f8369
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Thu Mar 25 19:01:34 2010 +0100

    Add commandline option for when to flush the commit queue.

commit 8b4c690f47700ceb242b39aef2609c370c67caf9
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Mon Mar 15 19:45:14 2010 +0100

    Add support for a new rule tag:
      rootdir /a/path/
    
    This should be the part of the match that shouldn't be included in the
    commited path.
    
    Ex:
    match /trunk/kdenetwork/kmail/
        rootdir /trunk/kdenetwork/
        repository KDE/kdepim
        branch master
    end match
    
    This would but all matched files/directories under kmail into the
    repository under the subdir kmail

commit d563a594cfa5f5b6d48325dd3fc48df1b34e329f
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Sun Mar 14 11:39:54 2010 +0100

    Revert half of last commit, only one regexp was duplicate.

commit 714aaf1aa594e5d7821596e5e499a4039361f920
Author: Torgny Nyblom <kde@nyblom.org>
Date:   Sun Mar 14 10:23:10 2010 +0100

    Remove duplicate regexp

commit df8fe0ebc356a8a3d919bb4ff9f2a0bd859d6f58
Author: Thomas Zander <zander@kde.org>
Date:   Sat Mar 6 18:39:39 2010 +0100

    Update with vng version; Fix command line parser reporting wrong options

commit f26fb767a35cee2ac2a130e406539944295c03e9
Author: Thiago Macieira <thiago@kde.org>
Date:   Wed Mar 3 20:04:41 2010 +0100

    Change license on files where I am copyright holder to GPLv3.
    
    The GPLv2 is incompatible with the Apache 2.0 License used in the SVN libs.
    So everyone was using this software under the GPLv3 anyway. Formalise it now.

commit e9d834f04442808a139445a299d153c1f7b9c04e
Author: Thomas Zander <zander@kde.org>
Date:   Wed Oct 21 10:47:32 2009 +0200

    make dry-run a command line switch instead of a compile-time switch

commit e0210ef585775a1744934dc973f774f48e0c271c
Author: Thomas Zander <zander@kde.org>
Date:   Wed Oct 21 10:43:37 2009 +0200

    Replace options with the one from vng and use its options for better usability

commit fabffb639c76c13f6e5c772da0113a4a482dd61d
Author: Thomas Zander <zander@kde.org>
Date:   Tue Oct 20 18:13:23 2009 +0200

    Make passing in a trailing slash not assert.

commit 98f8e676bd3f356739b4a5e40906e5d72a0f4360
Author: Thomas Zander <zander@kde.org>
Date:   Tue Oct 20 18:12:45 2009 +0200

    Add commented out way to compile a dry-run version

commit daded9dd3fe77b6e56e617fbbe612317c644dc7a
Author: Thomas Zander <zander@kde.org>
Date:   Tue Oct 20 18:12:21 2009 +0200

    Create repos as we go.
    
    Instead of failing with an unhelpful error in fast-import we create the
    repositories we require to import into if they don't exist.

commit e6174e93417489bb4921c0a4767ffd3e80a86871
Author: Thiago Macieira <thiago@kde.org>
Date:   Mon Jul 20 00:37:15 2009 +0200

    Don't let me waste 2 hours doing an import if the identity map file wasn't found...

commit a5fd311b84821f8cfa9ce89725501385070e744d
Author: Thiago Macieira <thiago@kde.org>
Date:   Mon Jun 8 11:06:17 2009 +0200

    Add support for annotated tags

commit 18dfc8c47b4fbd862cf1d2bbf245e2ff48eeb390
Author: Thiago Macieira <thiago@kde.org>
Date:   Mon Jun 8 10:01:12 2009 +0200

    Fix the recursing when the sub-path was modified instead of just added

commit 7d5244f97278f85caee51626e228b2b4fa7cbb88
Author: Thiago Macieira <thiago@kde.org>
Date:   Fri Feb 20 21:51:48 2009 +0100

    Add a warning about tag processing in the standardlayout file

commit 35d851a29af9dff5d07552a1a92026a269bf7d74
Author: Thiago Macieira <thiago@kde.org>
Date:   Fri Feb 20 21:49:15 2009 +0100

    Fix the recurse rules sample file: the repository name comes after the branch name, like in KDE

commit 60d67149d24f86474d20fac636093092d7f37e7a
Author: Thiago Macieira <thiago@kde.org>
Date:   Fri Feb 20 21:47:05 2009 +0100

    Add a set of sample rules files.
    
    All of these files are untested. I just wrote from memory.

commit 7abbe81c3b2b10d144aee0be744258a352558e03
Author: Thiago Macieira <thiago@kde.org>
Date:   Fri Feb 20 21:25:51 2009 +0100

    Support Qt 4.3 too

commit 58d2eb3e4e2c2bd04d6dd67a80a6b2d32e0ef027
Author: Anders Kaseorg <andersk@MIT.EDU>
Date:   Sat Jan 3 18:22:34 2009 -0500

    Properly interpret Subversion dates as UTC.
    
    mktime interprets its input in the local timezone.  This can be fixed
    by using timegm instead of mktime.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Thiago Macieira <thiago@kde.org>

commit 29b44c19819e52a2489860e5636d72c7a41eda36
Author: Anders Kaseorg <andersk@MIT.EDU>
Date:   Sat Jan 3 18:21:56 2009 -0500

    Add a --no-metadata option to suppress the svn info in commit messages.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Thiago Macieira <thiago@kde.org>

commit 4c4a6cf1dd9075859f59713bda04b2568ae7e115
Author: Anders Kaseorg <andersk@MIT.EDU>
Date:   Sun Dec 28 15:27:47 2008 -0500

    Read symbolic links correctly.
    
    ---1257098496-2120511158-1230496052=:2755Symlinks are described in Subversion by a file with propertysvn:special set to “*”, with contents “link <target of symlink>”.  We
    need to strip off the “link ” when exporting to Git.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Thiago Macieira <thiago@kde.org>

commit b9ea350139b68667f97e0e7f51af862f22dba6d6
Author: Anders Kaseorg <andersk@MIT.EDU>
Date:   Sun Dec 28 15:27:00 2008 -0500

    Add missing calls to svn_stream_close().
    
    ---1257098496-5312088-1230496020=:2755svn_stream_copy() does not automatically close its streams.  (Thatfeature will be added in Subversion 1.6’s svn_stream_copy3().)
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Thiago Macieira <thiago@kde.org>

commit fc7b4bccdc719177ec0b4fa135e43ec96403c7b7
Author: Anders Kaseorg <andersk@MIT.EDU>
Date:   Sun Dec 28 15:26:23 2008 -0500

    Fix initialization of Repository::lastmark when creating a new transaction.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Thiago Macieira <thiago@kde.org>

commit 8b6c8bd67831d68f8a275d8986e6589291ab6ba2
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Tue Aug 26 23:40:41 2008 +0200

    Fix a bug when committing to two branches of the same repository in the same SVN revision

commit e3f0499dfacda04c6c7de3cc103d9f1824f0d251
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Sun Aug 24 14:45:08 2008 +0200

    Store the modified files in git-fast-import format already.
    
    I don't know what went wrong, but importing KDE revision 296047 there was a mixup with the marks. So instead avoid the trouble and store the thing in in cooked format already

commit 374d4cd6fe492af4bcb0adf46e380f55be737d01
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Sat Aug 23 22:48:34 2008 +0200

    Add a process cache to keep the number of processes under 100

commit 25e6c28e0da95faa8bd6644cebf3f20d0afb6f53
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Mon Aug 18 16:49:07 2008 +0200

    General improvements and reload branches automatically when starting git-fast-import

commit ca192b2c6a1c497f9a514c6e68d56929de912f38
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Mon Aug 18 16:48:32 2008 +0200

    Enhance the saving of repository data by adding a "checkpoint" command at the end.
    
    Though I have the impression that this doesn't do much

commit d6da65ded6cab37ef5630b978a6438951ee1e150
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Mon Aug 18 16:47:19 2008 +0200

    Do not try to recurse into files when under a "recurse" action

commit 9413f4488b5d0eb39fee8af8edca2e99cf2254ca
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Mon Aug 18 16:45:49 2008 +0200

    Initialize variable

commit b3b433a81f2c38d8ed64f07aa4d793627fc7411e
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Sat Aug 16 10:29:49 2008 +0200

    trim the newlines

commit c0a3eea369637ab8378f4789c81515e1869c9db6
Author: Thiago Macieira <thiago@doriath.(none)>
Date:   Wed Aug 13 15:05:55 2008 +0200

    Make it easier to do automatic branching

commit ff26f180723344b8ca3a1b35d1bbede1f6698f3a
Author: Thiago Macieira <thiago@doriath.(none)>
Date:   Wed Aug 13 13:35:59 2008 +0200

    Auto create branches

commit 72da461078a7d04396a2123575f0cabd14e095de
Author: Thiago Macieira <thiago@doriath.(none)>
Date:   Wed Aug 13 13:31:09 2008 +0200

    Enhance error message

commit 7dd430d8609e657709ae794762c6eebb0000b249
Author: Thiago Macieira <thiago@doriath.(none)>
Date:   Wed Aug 13 12:28:45 2008 +0200

    Try auto-creation of branches

commit f34275cff05668492a134a69cacac16f799c2493
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Fri Dec 28 19:59:06 2007 +0100

    Fix the double UTF-8 encoding of the author name. In hindsight I maybe shouldn't have used QTextStream.

commit bb416d33bd42c89e0ca3e7563ff57fe6d77a1bc2
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Fri Dec 28 13:42:43 2007 +0100

    Implement the identity map

commit 50cd32a4e9d105a086977bd071fda0a3401bc27d
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Fri Dec 28 13:36:14 2007 +0100

    Wait forever. Not very efficient, but works.

commit 25f3205a1a6f7a1ce1ff0a3c9b4dcaeb8ca9dd37
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Fri Dec 28 13:04:03 2007 +0100

    Fail if writing to the process fails

commit 298d7968c1bd6381bd80a41c6bfea37d42c73a6a
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Fri Dec 28 12:50:14 2007 +0100

    Don't start the git-fast-import process twice. And make it log its
    output to a file rather than garble the output of 10-15 process in
    stdout.

commit 392c009ad5ee4276a7ced33257a0b15f56bb5a4b
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Thu Dec 27 15:49:15 2007 -0200

    Complement the recurse rule finding (or not finding)

commit b4cb51888233275e6ec09f084f9fba371e01e759
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Thu Dec 27 15:29:54 2007 -0200

    Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.

commit a812d0b14d8e341c48201354122578705af873e4
Author: Thiago Macieira <thiago.macieira@trolltech.com>
Date:   Thu Dec 27 13:41:16 2007 +0100

    write to disk every 10000 commits, not 9999 times each 10000 commits

commit b8549b9065cd1c3fb1914d3617838ef39fc12075
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 22:58:04 2007 -0200

    Allow one commit to multiple branches of the same repository.

commit b50b928579919f51218f45e47db758e43ef757c1
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 22:40:26 2007 -0200

    checkpoint every now and then

commit 6b510c52e7486d0f3208f77d5380e42f8616ffb2
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 22:38:25 2007 -0200

    Bugfix: don't forget the newline after the commit message

commit 1c5ce3948a9ce4096160591dd31a9a6ef0dcaa06
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 12:50:53 2007 -0200

    Add missing return

commit 5871af719f7ede0db0e661a34a6f485dc4488e3b
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 12:49:17 2007 -0200

    Avoid ending slashes and mid double-slashes

commit d4c5541dd3cc94a69ee97fdb8918dc9b8cc37045
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 11:56:25 2007 -0200

    More information when saying you can't continue

commit 844c7a90bcdba1c029ea35ce56d4b7ebdc68eb98
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 11:42:30 2007 -0200

    Don't recurse into a directory if it's a perfect branch

commit 8ca4b631c96fea8ccc045ce92d09bd12263358c3
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Wed Dec 26 11:18:58 2007 -0200

    Skip entries in recursion if said entries are in the changelist already

commit bdc20860cb0bd30bcef6732e5e2f1811b8c2cdf4
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Tue Dec 25 20:39:25 2007 -0200

    Don't crash when running in dry-mode

commit e087596c78237db34511211719218fe0fb2e8e51
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Tue Dec 25 20:28:32 2007 -0200

    Keep track of when a given branch was created instead

commit 1602441997715867882c9ff2102cb13bcfd241ee
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 21:45:58 2007 -0200

    Remove the recurse rule

commit b019fed71c84032e3f21fa219b6b118e6dde2928
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 21:35:50 2007 -0200

    This should be a space

commit 2ddd1758e673d8d5eba2a298eb1c5ad2760b481b
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 21:30:30 2007 -0200

    Beautify the rule debug output

commit 6b450d1d7ec57ed13d5fd22c639f08d0737f4af8
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 21:21:15 2007 -0200

    Add auto-recurse code

commit 893ad8c5be83a49e72df32797e13e590016ece61
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 21:03:36 2007 -0200

    Append instead of overwriting the output file in dry-run mode

commit 295db4b22a8ec04897f11aef2b54110522b22ff2
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 20:36:27 2007 -0200

    s,/,_, in the output filenames in dry-run mode

commit 97b52f78f93d6f9abe96b9ffceafcc63be49ad51
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 20:00:44 2007 -0200

    Don't request recurse rules when asking where something came from

commit 898704e4260e2d42c75e123938470dab581a8d80
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 19:36:19 2007 -0200

    Refactor and add the ability to recurse into certain subdirs

commit 7a6160e7c284f7963399265544cfacd323c8db65
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 16:37:50 2007 -0200

    Ignore paths being deleted when we don't know anything about them

commit 3ac8628a077203403eee092e7bf5d20f5931260e
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 16:09:22 2007 -0200

    more information at the end of the revision export

commit dcbaff4485f1b7e4223528e7e0b81c2367d71768
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 15:38:43 2007 -0200

    use printf here

commit 973fa95b8703cfa2b29933e98a20e1c8b8026c40
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 15:32:49 2007 -0200

    remove the source branch in the rules

commit 8a1468fda7259d2d476e142fc1a45c115be4ed75
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 15:22:07 2007 -0200

    Don't give fast-import paths starting with a slash

commit c338ae370e45e0b3d16253b9dd69c06c716e5597
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 15:10:27 2007 -0200

    Add support for branch creation on-the-fly

commit f97a8dff0675251aadc60d1c06ce5315eae2c36b
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 14:06:33 2007 -0200

    Support for pathless rules

commit 9fa82b403b5fef362b36d9f3ad199fd016c2ee96
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 14:06:08 2007 -0200

    Output dry-run data to a file, for analysis later

commit 61ae76bdcac1746db955100df02ff5bd8db0c774
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 14:05:34 2007 -0200

    Support an upper limit of revision numbers

commit 453ea6b649151fee4c567b860029b455dca49cd8
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 12:57:55 2007 -0200

    Don't crash on empty author

commit 8d7b49e591879c12c863aabb65c66751ba8b697c
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 12:51:17 2007 -0200

    Allow one to have references to outside refs/heads

commit 107fa1678676a31440ebc858b349c441d68a79f8
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 12:33:51 2007 -0200

    Add some more line number information

commit 1129b4256d605da67bdc3fc87264b070ada2fa53
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 12:25:54 2007 -0200

    add some more information to the output

commit 9d15855011a8f14c78bc1898a0deb984173d5940
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 12:01:28 2007 -0200

    Improve error message

commit 09f6282e63cd7f0757ecacd90c062d27df8509d2
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:58:37 2007 -0200

    Prepend refs/heads/ to the origin branch too

commit 266afd58cc06fcc9a529e7bb26d53c3728887432
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:55:45 2007 -0200

    Ignore any directories that didn't match any rules, including those with history

commit 1deb8ac509c147da57d35183b3fa06a9ad36f76a
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:55:12 2007 -0200

    Make it a fatal error to have a malformed line in the rules file

commit 5539acb42d1b0b9a9f9b6c8153c1b821a0311d16
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:45:45 2007 -0200

    Detect whether a file deletion was a directory

commit 3ffa3592fdcb7fbde29e84f8f72050ba2868e0e4
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:33:32 2007 -0200

    Avoid warnings on exit

commit 5b8a1c0c71e75fd613fb1a27c61bdedf11803729
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:28:41 2007 -0200

    Add support for min/max revision ranges

commit d91c2d9b90280decfafae66d4a72e735eeb1a125
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:23:07 2007 -0200

    I like this better

commit 2cdbbd82ef50b105e53aa7c6d978fb072681218c
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:20:53 2007 -0200

    Extra newline after the reset command

commit 5d3d11ece8e8cf823f7118ef3af503a274844d1c
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:20:04 2007 -0200

    Allow repository names with dashes too

commit 1a6887295271402341658c9d0c3a17fa8bd891da
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:11:50 2007 -0200

    Add support for resuming work

commit b0fb9f085e51abc93f2069645ee33aeed0b6b093
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 11:11:41 2007 -0200

    fix the option parsing

commit 1228bd7c87f4e203883086d6884280653a8d1777
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 10:48:00 2007 -0200

    Add a better option-parser

commit 14ddd2a51aa3a917bbb7fbade842818ab09802bc
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 01:10:54 2007 -0200

    In SVN, when a directory is renamed/copied, we must recursively add it

commit b6ba9639a3c908aedb76954a575641c56a76714c
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Mon Dec 24 00:44:01 2007 -0200

    Fix crashes and improve behaviour

commit c7d45e66be31b72663e3a5a13a60eef31d458e0a
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 20:18:08 2007 -0200

    Fix rule parsing again: cap(0) is the entire match

commit add9aaf41b158d65dc7a5d51771392918eff5b87
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 20:07:44 2007 -0200

    Parse rules correctly

commit ab162d73a1516c9af0ca1d4956a04eedb7708073
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:38:33 2007 -0200

    Handle errors correctly

commit 695ab9ee00207e63491cfe9d2b311b19c903afa3
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:34:05 2007 -0200

    And run the SVN code too

commit 688d69ec473b06fb767cf29b62d66e9642c19a91
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:31:35 2007 -0200

    Introduce the dry-run mode

commit e2b087005d550746b45831a374cda98e62dbf7fb
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:12:52 2007 -0200

    Add the local-config.pri to the ignore list

commit 1c4df5aa91b316f89d7c76adf86cebcbee334b09
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:12:23 2007 -0200

    Implement the commit transaction

commit 9c31646c4bc9fa98d00124e121d9c3f4a615721e
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 19:12:14 2007 -0200

    Don't forget the final newline for a file's data

commit af0103861eb05f1bd2d5136563d6d6b339836f24
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 18:07:12 2007 -0200

    Add SVN code

commit d3e9398dcac3674405d406a0304f38128c9b392a
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 15:30:31 2007 -0200

    Add initial SVN support

commit 8385649be1b8bd7a8abf472fcaacb8d796f9a6c9
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 15:02:42 2007 -0200

    Add executable name to the .gitignore file

commit 12cd84df1faf525f72d0bb9adce744b3629e5628
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 15:01:57 2007 -0200

    Add missing function

commit ae160384ef8ec2acf8bc287c8144dd7f9a8f71ac
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 15:00:53 2007 -0200

    Add main.cpp

commit 5a7327f691416d3b061318da00fbd85a341f710a
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 14:50:27 2007 -0200

    Add the Repository class

commit c25fce2e70dab730cc8e117f2ceb6c0954bd3d48
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 14:27:10 2007 -0200

    Add .gitignore

commit 01592f9eb4d6dd066df9f43cc076e878b04da9fc
Author: Thiago Macieira <thiago@cassini.local.lan>
Date:   Sun Dec 23 14:26:30 2007 -0200

    Initial version