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

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

From: Sohail Somani <sohail_at_taggedtype.net>
Date: 2007-12-31 04:15:06 CET

On Sun, 30 Dec 2007 19:00:30 -0800, Peter Connolly wrote:

> I had a CVS repository that I converted to Subversion using cvs2svn. I
> now have a repository whose directory structure is:
>
[snip]
>
> Is it even worth thinking about inverting my repository structure given
> that there are problems with a "true rename?"

Hi,

It shouldn't really be a big deal to just svn mkdir $URL/project1; svn cp
$URL/trunk/project1 $URL/project1/trunk

Sure SVN doesn't have true rename but it isn't a problem for this
specific case.

-- 
Sohail Somani
http://uint32t.blogspot.com
---------------------------------------------------------------------
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:16:02 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.