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

[TSVN] Re: Re: Creating a branch with Tortoise SVN

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-08-24 18:49:40 CEST

"Cary Collett" wrote
> So, in order to create the layout cited in the manual
> should I do this...
>
> move
> svn+ssh://foo@bar.com/stuff
> to
> svn+ssh://foo@bar.com/stuff/trunk
>
> and then, to create a proper branch, do a copy from
> svn+ssh://foo@bar.com/stuff/trunk
> to
> svn+ssh://foo@bar.com/stuff/branches/branch_01

By the time I reply to this, Stefan will probably have written a much better
answer ;-)

The answer is yes. But ... there are complications when you move your root
folder around.
1. Show log commands stop when they get to a 'copy/move from somewhere'
point. You can get the rest of the log through this point by clicking the
Get All button, but for a large repository, 'All' might take a long time.
2. SubVersion 1.0.x seems to have problems dealing with the history when you
move the root folder. This is fixed in the 1.1.x release, which TSVN 1.1.0
RC1 uses.

You don't lose any data, it is just a bit harder to get to.

If you do move the root folder, you need to do a relocate on your WC, or
checkout a fresh WC.

Fortunately, it sounds (from the filenames) like you are just experimenting,
so there is no real data to worry about. As the manual says, it is better to
establish your chosen hierarchy, then import the data.

Simon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Aug 24 19:50:05 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.