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

Re: branching: dragging along other branch

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-07-06 19:57:32 CEST

Hello Thom,

Thom Borton wrote:

> BUT: What I want is to checkout the new A_ and B_ and the new C', i.e.
> "the newest of trunc and branch".
>
> Is this possible?

If I remember correctly, you should be able to svn switch C only to C'.
  Check "svn help switch" for more information.

For instance:

$ svn info
...
URL: http://svn.collab.net/repos/svn/trunk/tools/client-side
...

$ svn sw \
http://svn.collab.net/repos/svn/tags/0.37.0/tools/client-side/bash_completion
\
bash_completion
U bash_completion
Updated to revision 10152.

$ svn st
     S bash_completion

Hope that helps !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 6 21:27:37 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.