comparison tests/test-convert-svn.out @ 5462:91a522a69c13

convert: svn -- fix tags handling They were simply not detected.
author Kirill Smelkov <kirr@landau.phys.spbu.ru>
date Sat, 13 Oct 2007 15:25:11 +0400
parents d7d395fb7cd5
children
comparison
equal deleted inserted replaced
5461:ab4d2e9f3b97 5462:91a522a69c13
40 0 changeb 40 0 changeb
41 o 1 changeb files: b 41 o 1 changeb files: b
42 | 42 |
43 o 0 changea files: b 43 o 0 changea files: b
44 44
45 # now tests that it works with trunk/branches/tags layout
46
47 % initial svn import
48 Adding projA/trunk
49 Adding projA/branches
50 Adding projA/tags
51
52 Committed revision 4.
53 % update svn repository
54 Checked out revision 4.
55 A letter.txt
56 Adding letter.txt
57 Transmitting file data .
58 Committed revision 5.
59 Sending letter.txt
60 Transmitting file data .
61 Committed revision 6.
62
63 Committed revision 7.
64 Sending letter.txt
65 Transmitting file data .
66 Committed revision 8.
67 % convert to hg once
68 initializing destination A-hg repository
69 scanning source...
70 sorting...
71 converting...
72 3 init projA
73 2 hello
74 1 world
75 0 nice day
76 updating tags
77 % update svn repository again
78 A letter2.txt
79 Sending letter.txt
80 Adding letter2.txt
81 Transmitting file data ..
82 Committed revision 9.
83
84 Committed revision 10.
85 Sending letter2.txt
86 Transmitting file data .
87 Committed revision 11.
88 % test incremental conversion
89 destination A-hg is a Mercurial repository
90 scanning source...
91 sorting...
92 converting...
93 1 second letter
94 0 work in progress
95 updating tags
96 o 7 update tags files: .hgtags
97 |
98 o 6 work in progress files: letter2.txt
99 |
100 o 5 second letter files: letter.txt letter2.txt
101 |
102 o 4 update tags files: .hgtags
103 |
104 o 3 nice day files: letter.txt
105 |
106 o 2 world files: letter.txt
107 |
108 o 1 hello files: letter.txt
109 |
110 o 0 init projA files:
111
112 tip
113 v0.2
114 v0.1