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

RE: Updating WC of branch to before the branch was made

From: Steven <meteor3000_at_hotmail.com>
Date: Wed, 29 Apr 2009 12:17:57 +0200

> One solution I've found is to do an svn switch of my WC back to the
> trunk and then update back to revision 2, but it seems like I shouldn't
> have to do that extra step. Anyone know of any other solution?
 
Hi Tom,
 
svn switch also takes a -r argument. In casu just use:
 
svn switch [url-to-trunk] -r 2.
 
Note: this leaves you with a WC pointing to your trunk. If you want to continue work at the head of your branch, use svn switch [url-to-branch].
 
Regs,
 - Steven
_________________________________________________________________
What can you do with the new Windows Live? Find out
http://www.microsoft.com/windows/windowslive/default.aspx

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1977864

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-29 12:18:47 CEST

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.