On Wed, Nov 19, 2008 at 02:39:26PM -0500, Kevin Menard wrote:
You may want to look at this Ruby implementation for more ideas:
http://github.com/nirvdrum/svn2git/
Hi Kevin,
Thanks for the link. I see that git-svn does most of the heavy
lifting and now I see that it does try to intelligently handle
branches and tags by looking for a suitable parent commit. I will
have to look closer at what it's doing. Maybe it is sufficient for
my task.
Regards,
Neil