On Thu, 7 Nov 2002, Marko Macek wrote:
> Hi!
> 
> This is my newest test patch for cvs2svn with tags and branches support.
> 
> ChangeLog (relative to rev 3685):
> 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) NEW: a new pass to determine branch dependencies (only handles
>     trees, not DAGs for now)
> 5) NEW: branches are copied recursively, starting from the trunk
>     (or the vendor branch)
> 6) NEW: unlike before, we now copy the tags and branch points in a
>     single new revision (still file-by-file copy though - work is in
>     progress to optimize this).
>     This revision now has the "svn:author" and "svn:log" properties set.
> 7) NEW: --vendor=vendor-branch-tag-name to start the conversion
>     from the vendor branch.
>     TODO: the trunk should be a copy of the vendor branch start tag,
>     not a new checkin.
> 
> Please test and report any problems, especially with the branch
> conversion.
> 
> I have tried converting the emacs repository and it seems that
> subversion gets really slow with several ten thousand revisions.
db_stat -m the resulting database and send the output to me (or the 
mailing list).
This will tell us whether it's subversion, or whether you need to tune 
the various DB_CONFIG parameters (like cache size).
> 
> 	MArk
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov  8 05:48:48 2002