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

Re: changing repo layouts

From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 13 Aug 2009 12:44:01 -0400

Check out the cvs2svn help. There's a command line parameter that allows you
to specify where branch and tags should go. You can also specify what
branches and tags you do want to move over too.

Unfortunately, I don't remember it off hand, but that's what I used. Do a
cvs2svn --help (or something like that). It'll list all of its command line
parameters. That's how I found it.

BTW, don't use the command line parameter that adds a cvs2svn:cvs-rev
property on your files. It's tempting to use, but it causes loads of trouble
later on because that property sticks with your files forever. If you do use
it, you have to checkout your entire repository, remove it, and then commit
everything back. Big, big mess.

On Tue, Aug 11, 2009 at 10:25 PM, Erick Calder <e_at_arix.com> wrote:

> I used cvs2svn to convert my repository and the tool wrote branch,
> tags and trunk at the top... I'd rather list the projects at the top.
> is there a way to convert this without having to do it by hand one
> directory at a time?
>
> - e
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2382754
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2383361
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-13 18:45:27 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.