Mercurial > hgsubversion
comparison tests/fixtures/subdir_is_file_prefix.svndump @ 888:c6388ed0ec0a
svnmeta: only remove directory components in normalize()
Previously, a file beginning with the repository subdirectory would be
stripped, resulting in a leftover file name with a wrong name. A
subsequent pull of a revision modifying the file would add it under
its correct name, but leave the leftover file.
author | Dan Villiom Podlaski Christiansen <dan@cabo.dk> |
---|---|
date | Wed, 14 Dec 2011 00:07:57 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
887:f95c429124f3 | 888:c6388ed0ec0a |
---|---|
1 SVN-fs-dump-format-version: 2 | |
2 | |
3 UUID: 924a052a-5e5a-4a8e-a677-da5565bec340 | |
4 | |
5 Revision-number: 0 | |
6 Prop-content-length: 56 | |
7 Content-length: 56 | |
8 | |
9 K 8 | |
10 svn:date | |
11 V 27 | |
12 2011-03-04T12:33:29.342045Z | |
13 PROPS-END | |
14 | |
15 Revision-number: 1 | |
16 Prop-content-length: 123 | |
17 Content-length: 123 | |
18 | |
19 K 7 | |
20 svn:log | |
21 V 22 | |
22 Create directory flaf. | |
23 K 10 | |
24 svn:author | |
25 V 6 | |
26 danchr | |
27 K 8 | |
28 svn:date | |
29 V 27 | |
30 2011-03-04T12:34:00.349950Z | |
31 PROPS-END | |
32 | |
33 Node-path: flaf | |
34 Node-kind: dir | |
35 Node-action: add | |
36 Prop-content-length: 10 | |
37 Content-length: 10 | |
38 | |
39 PROPS-END | |
40 | |
41 | |
42 Revision-number: 2 | |
43 Prop-content-length: 138 | |
44 Content-length: 138 | |
45 | |
46 K 7 | |
47 svn:log | |
48 V 37 | |
49 Create the file flaf.txt within flaf. | |
50 K 10 | |
51 svn:author | |
52 V 6 | |
53 danchr | |
54 K 8 | |
55 svn:date | |
56 V 27 | |
57 2011-03-04T12:45:01.701033Z | |
58 PROPS-END | |
59 | |
60 Node-path: flaf/flaf.txt | |
61 Node-kind: file | |
62 Node-action: add | |
63 Prop-content-length: 10 | |
64 Text-content-length: 15 | |
65 Text-content-md5: 8c0059c8f7998e8003836b8e8fcb74d7 | |
66 Text-content-sha1: b7d680bc5411f46395c4ef267001e1a307d7b0d5 | |
67 Content-length: 25 | |
68 | |
69 PROPS-END | |
70 Goodbye world. | |
71 | |
72 |