You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Lemes <er...@gmail.com> on 2006/06/09 13:48:52 UTC

Branching Question

Hello there,

I have my first branch in my project, for my 1.0 release (revision 10)

I have some commits in 1.0 after the branching (revision 11, 12, 13).

How do I get the sources *exactly* when I branched (revision 10), without
having to tell svn that I need the revision 10:

Example:

svn checkout http://myserver/myrepo/branches/1.0
With this I'll get the revision 13.

I want something like svn checkout http://myserver/myrepo/branches/1.0 -r
"youngest in branch"

Is there any way to do this? Or I need to create a tag for it?


[]'s

Eric Lemes

Re: Branching Question

Posted by Russ <rs...@istandfor.com>.
You would need a tag for it and make sure there are no commits to the tag.
Sent wirelessly via BlackBerry from T-Mobile.  

-----Original Message-----
From: "Eric Lemes" <er...@gmail.com>
Date: Fri, 9 Jun 2006 10:48:52 
To:users@subversion.tigris.org
Subject:  Branching Question

Hello there,
 
 I have my first branch in my project, for my 1.0 release (revision 10)
 
 I have some commits in 1.0 after the branching (revision 11, 12, 13).
 
 How do I get the sources *exactly* when I branched (revision 10), without having to tell svn that I need the revision 10:
 
 Example:
 
 svn checkout http://myserver/myrepo/branches/1.0: <http://myserver/myrepo/branches/1.0>  
 With this I'll get the revision 13.
 
 I want something like svn checkout http://myserver/myrepo/branches/1.0: <http://myserver/myrepo/branches/1.0>  -r "youngest in branch"
 
 Is there any way to do this? Or I need to create a tag for it?
 
 
 []'s
 
 Eric Lemes