view 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
line wrap: on
line source

Handle directory adds.
Handle symlinks in commit.
Handle execute in commit.
Handle auto-props on file adds.
Handle directory deletes.
Test coverage is horrible. Figure out a strategy to have some real tests.
Be more explicit about deletes in diff-replay because then we can probably
handle a rename like ``mv Foo foo '' properly.
Use replay_range on svn 1.5, it will make replay-over-serf faster.
Add convertedrev to extra on hg-side commit.

Known upstream issues:
Using serf as the http library causes no revisions to convert. (svn trunk and 1.5.x branch as of 
r33158 both have this. No idea bout 1.4.x, since I always just use neon there).
This is fixed in Subversion trunk in revision 33173. I don't know if it has been backported to 
the 1.5.x branch yet.