[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] cvs2svn.py - new test release

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2002-11-08 05:47:56 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.