>	From: Jeff Lanzarotta [mailto:delux256-subversion@yahoo.com] 
>	Sent: Thursday, November 15, 2007 10:21 AM
>	To: Subversion Mailing List
>	Subject: Branching question
>	
>	I currently have a file, let's say foo.exe, checked into an svn 
> 	repository.  My repository is set up with the typical trunk, 
> 	branches, and tags layout.  The file foo.exe is checked into 
> 	the trunk.  foo.exe has several revision against it, 1, 2, and 
> 	3 with 3 being the HEAD.
>	
>	Here is the question, can I move revisions 2 and 3 into a branch
>	 and make 1 the HEAD again?  The powers at be do not want the 
> 	changes that are in revisions 2 and 3 until sometime next year, 
>	so they want revert back to revision 1 as the HEAD.  Is this 
> 	possible or is there a different way to do it...
1.  Create next_year_branch from revision 3.
2.  On the trunk, unmerge (do a reverse merge) revisions 2 and 3.  Refer
to "Undoing Changes" in
http://svnbook.red-bean.com/en/1.4/svn.branchmerge.commonuses.html 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 15 17:05:35 2007