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

Re: Branches and tags after trunk move

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2007-01-10 18:48:43 CET

On 1/10/2007 12:46 PM, Chris.Fouts@qimonda.com wrote:
> Say I branched (and tagged for that matter), from
> //repos/source by doing an svn cp.
>
> Now the trunk moved to //repos/trunk/source. What
> happens to my branches and tags that were based
> off //repos/source?

Nothing. Think of the repository as just another hierarchical file
system. Before the change, it had several directories

/source
/branches/branchname
etc.

and now it has directories

/trunk/source
/branches/branchname

The only connection between a file in the branch and one in the trunk is
that they may share some of their history.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 10 18:51:15 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.