RE: CVS to Subversion Migration
From: Geir Engebakken <geir.engebakken_at_edb.com>
Date: Fri, 22 May 2009 13:46:06 +0200
What we have done is as first step create a full dump of the CVS repository, then use the svndumpfilter to filter out paths we don’t want, i.e. old branches, tags and some times large lib folders containing jar files that we from now on want to access from a maven repository. As svndumpfilter is a little bit dumb, it has problems when some nodes have been copied from filtered-away nodes, so then we have to include those as well.
Geir
cvs2svn does a good job at importing tags and branches. You specify in
In fact, what we did was remove lots of the old tags than no longer
What you might want to do is have cvs2svn throw the CVS tags in a
We should have done that. That would have been easier than
On Tue, May 19, 2009 at 12:00 PM, Mark-E <meramo_at_hbs.edu> wrote:
-- David Weintraub qazwart_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2331482 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org]. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2352857 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-22 13:47:22 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.