1 % initial svn import |
|
2 Adding t/a |
|
3 |
|
4 Committed revision 1. |
|
5 % update svn repository |
|
6 A t2/a |
|
7 Checked out revision 1. |
|
8 A b |
|
9 Sending a |
|
10 Adding b |
|
11 Transmitting file data .. |
|
12 Committed revision 2. |
|
13 % convert to hg once |
|
14 assuming destination test-hg |
|
15 initializing destination test-hg repository |
|
16 scanning source... |
|
17 sorting... |
|
18 converting... |
|
19 1 init |
|
20 0 changea |
|
21 % update svn repository again |
|
22 Sending a |
|
23 Sending b |
|
24 Transmitting file data .. |
|
25 Committed revision 3. |
|
26 % test incremental conversion |
|
27 assuming destination test-hg |
|
28 scanning source... |
|
29 fetching revision log for "/trunk/test" from 3 to 2 |
|
30 sorting... |
|
31 converting... |
|
32 0 changeb |
|
33 source: |
|
34 a |
|
35 b |
|
36 no tags found at revision 3 |
|
37 % test filemap |
|
38 initializing destination fmap repository |
|
39 scanning source... |
|
40 sorting... |
|
41 converting... |
|
42 2 init |
|
43 1 changea |
|
44 0 changeb |
|
45 o 1 changeb files: b |
|
46 | |
|
47 o 0 changea files: b |
|
48 |
|
49 % test stop revision |
|
50 initializing destination stoprev repository |
|
51 scanning source... |
|
52 sorting... |
|
53 converting... |
|
54 0 init |
|
55 extra: branch= |
|
56 extra: convert_revision= |
|
57 # now tests that it works with trunk/branches/tags layout |
|
58 |
|
59 % initial svn import |
|
60 Adding projA/trunk |
|
61 Adding projA/branches |
|
62 Adding projA/tags |
|
63 |
|
64 Committed revision 4. |
|
65 % update svn repository |
|
66 Checked out revision 4. |
|
67 A letter.txt |
|
68 Adding letter.txt |
|
69 Transmitting file data . |
|
70 Committed revision 5. |
|
71 Sending letter.txt |
|
72 Transmitting file data . |
|
73 Committed revision 6. |
|
74 |
|
75 Committed revision 7. |
|
76 Sending letter.txt |
|
77 Transmitting file data . |
|
78 Committed revision 8. |
|
79 % convert to hg once |
|
80 initializing destination A-hg repository |
|
81 scanning source... |
|
82 sorting... |
|
83 converting... |
|
84 3 init projA |
|
85 2 hello |
|
86 1 world |
|
87 0 nice day |
|
88 updating tags |
|
89 % update svn repository again |
|
90 A todo |
|
91 A todo/letter2.txt |
|
92 Sending letter.txt |
|
93 Adding todo |
|
94 Adding todo/letter2.txt |
|
95 Transmitting file data .. |
|
96 Committed revision 9. |
|
97 |
|
98 Committed revision 10. |
|
99 Sending todo/letter2.txt |
|
100 Transmitting file data . |
|
101 Committed revision 11. |
|
102 % test incremental conversion |
|
103 scanning source... |
|
104 sorting... |
|
105 converting... |
|
106 1 second letter |
|
107 0 work in progress |
|
108 updating tags |
|
109 o 7 update tags files: .hgtags |
|
110 | |
|
111 o 6 work in progress files: todo/letter2.txt |
|
112 | |
|
113 o 5 second letter files: letter.txt todo/letter2.txt |
|
114 | |
|
115 o 4 update tags files: .hgtags |
|
116 | |
|
117 o 3 nice day files: letter.txt |
|
118 | |
|
119 o 2 world files: letter.txt |
|
120 | |
|
121 o 1 hello files: letter.txt |
|
122 | |
|
123 o 0 init projA files: |
|
124 |
|
125 tip |
|
126 v0.2 |
|
127 v0.1 |
|
128 # now tests that it works with trunk/tags layout, but no branches yet |
1 # now tests that it works with trunk/tags layout, but no branches yet |
129 |
2 |
130 % initial svn import |
3 % initial svn import |
131 Adding projB/trunk |
4 Adding projB/trunk |
132 Adding projB/tags |
5 Adding projB/tags |
133 |
6 |
134 Committed revision 12. |
7 Committed revision 1. |
135 % update svn repository |
8 % update svn repository |
136 Checked out revision 12. |
9 Checked out revision 1. |
137 A letter.txt |
10 A letter.txt |
138 Adding letter.txt |
11 Adding letter.txt |
139 Transmitting file data . |
12 Transmitting file data . |
140 Committed revision 13. |
13 Committed revision 2. |
141 Sending letter.txt |
14 Sending letter.txt |
142 Transmitting file data . |
15 Transmitting file data . |
143 Committed revision 14. |
16 Committed revision 3. |
144 |
17 |
145 Committed revision 15. |
18 Committed revision 4. |
146 Sending letter.txt |
19 Sending letter.txt |
147 Transmitting file data . |
20 Transmitting file data . |
148 Committed revision 16. |
21 Committed revision 5. |
149 % convert to hg once |
22 % convert to hg once |
150 initializing destination B-hg repository |
23 initializing destination B-hg repository |
151 scanning source... |
24 scanning source... |
152 sorting... |
25 sorting... |
153 converting... |
26 converting... |