[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: Peter Connolly <psconnolly_at_gmail.com>
Date: 2007-12-31 22:05:21 CET

Well, the short version is that you are right.

Based on the Subversion manual, it sounded like multiple renames,
which are really just bundles of delete/add functions, might lose
track between renamed tags which would be based on renamed trunk
changesets.

I did a test on a copy of my repository and it looks like it does in
fact keep track between tags, branches and trunk. So, since I have a
lot of tags and branches, I must now hunker down and write a script to
do all the renames...

On Dec 31, 2007 1:39 AM, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
> I don't really understand the question... nothing will be lost.
> History will be preserved. There is no problem. The branches and tags
> are just directories, just like the trunk is a directory. They aren't
> lost unless you deliberately "svn rm" them, and even then they're not
> lost; they're just removed from the HEAD revision. They're still
> there in the older revisions in the history of the repository and can
> still be retrieved.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 31 22:05:40 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.