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

Switching Branches

From: Mads Budde <mb1_at_budde.us>
Date: 2004-06-24 12:01:50 CEST

Hi,

I have two branches (a and b), when I do a checkout of 'a' (svn co
https:\\host\path\branches\a from c:\sandbox\) I get the following
structure:

c:\sandbox\a\... (Containing branch a)

Now I do a switch to 'b' (svn switch -rX:Y https:\\host\path\branches\b).
This I have to do in the directory a, as above it there is no svn
information. After doing this i have:

c:\sandbox\a\... (Containing branch b)

My questions are:
1. What is the reason for initially creating the directory and not just
checking out the contents into my sandbox directly?
2. This is rather confusing having branch 'b' under directory called 'a',
how do other people deal with this? Some developer might forget this and
check in stuff into 'b' that should have gone into 'a'.

Any help is appreciated,
Mads

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 24 12:03:20 2004

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.