You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Marko Macek <Ma...@gmx.net> on 2002/10/28 06:40:35 UTC

[PATCH] cvs2svn.py

Hi!

A new work-in-progress patch for cvs2svn.

ChangeLog (relative to rev 3516):
1) includes bug fix for preventing the commits on the same file from 
being combined
2) remembers the branch for each file in the .*revs files
3) remembers the tags and branch points for each file in .*revs file
4) a file-by-file copy is done to create each tag and branch.

I am now working on a new system that will optimize 3) and 4) and do 
whole-tree copies when possible.

Mark