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

Inverting cvs2svn's trunk/<project> to <project>/trunk

From: Peter Connolly <psconnolly_at_gmail.com>
Date: 2007-12-31 04:00:30 CET

I had a CVS repository that I converted to Subversion using cvs2svn.
I now have a repository whose directory structure is:

<repos>
        trunk
                project1
                project2
        tags
                TAG_1/project1
                TAG_2/project2
        branches
                BRANCH_1/project1
                BRANCH_2/project2

So, all the examples in the Subversion book are inverted from that:

<repos>
        project1
                trunk
                tags
                branches
        project2
                trunk
                tags
                branches

Is it even worth thinking about inverting my repository structure
given that there are problems with a "true rename?"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 31 04:01:13 2007

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.