Mercurial > hgsubversion
comparison TODO @ 0:f2636cfed115
Initial import of hgsubversion into a public repository.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 30 Sep 2008 11:42:52 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f2636cfed115 |
---|---|
1 Handle directory adds. | |
2 Handle symlinks in commit. | |
3 Handle execute in commit. | |
4 Handle auto-props on file adds. | |
5 Handle directory deletes. | |
6 Test coverage is horrible. Figure out a strategy to have some real tests. | |
7 Be more explicit about deletes in diff-replay because then we can probably | |
8 handle a rename like ``mv Foo foo '' properly. | |
9 Use replay_range on svn 1.5, it will make replay-over-serf faster. | |
10 Add convertedrev to extra on hg-side commit. | |
11 | |
12 Known upstream issues: | |
13 Using serf as the http library causes no revisions to convert. (svn trunk and 1.5.x branch as of | |
14 r33158 both have this. No idea bout 1.4.x, since I always just use neon there). | |
15 This is fixed in Subversion trunk in revision 33173. I don't know if it has been backported to | |
16 the 1.5.x branch yet. |