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

cvs2svn.py: swapping /trunk/foo for /foo/trunk

From: Roger Lipscombe <roger_at_differentpla.net>
Date: 2003-11-25 12:04:09 CET

I've got a CVS repository with a couple of modules in it:

/home/roger/CVS/config
/home/roger/CVS/public_html
/home/roger/CVS/roger

I'd like to convert this into a subversion repository, but when I use:

$ svnadmin create /home/roger/repos
$ cvs2svn.py -s /home/roger/repos /home/roger/CVS

...it creates trunk/config, trunk/public_html and trunk/roger.

How do I persuade it to create config/trunk, public_html/trunk and
roger/trunk instead?

Are there any ill-effects caused by simply using 'svn mv' after the initial
import? It seems a little untidy to me.

Cheers,
Roger.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 25 12:05:09 2003

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.