You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sc...@Overnite.com on 2006/04/11 12:48:34 UTC

Newbie Checkout Question

Hello All, 

        I'm working along, and find I need to get an old version of a 
specific file...

        As I understand it, checkout rev -x  will check out the whole 
repository to a "new" working directory, at level -x. 

        Whereas I have a large repoitory, this takes a while.

        Once it is finished, I can pull in version -x into my editor, and 
save it in my "real" working directory.

        Is there an easier way to accomplish the same task?

        If I just need to replace a broken version of a program with one 
that I know worked a few versions back, how do I do this, without having 
to      check out the entire repo.

        Thanks in advance.

Scot L. Diddle, Richmond VA

...No Digital --- None of the Time---


 

 

 

 

NOTE:  THIS DOCUMENT MAY CONTAIN CONFIDENTIAL AND NONPUBLIC INFORMATION.  IT IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL(S) OR ENTITY(IES) NAMED ABOVE, AND OTHERS SPECIFICALLY AUTHORIZED TO RECEIVE IT.  If you are not the intended recipient of this document, you are notified that any review, dissemination, distribution or copying of this communication is prohibited.  If you have received this communication in error, please notify me immediately by return email, delete the electronic message and destroy any printed copies.  Thank you for your cooperation.

Re: Newbie Checkout Question

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Apr 11, 2006, at 17:14, Phil Endecott wrote:

> If you want to revert a file in your working copy back to an old  
> state, "svn merge" with a reverse range is what you want; this must  
> be an example in the book.

Here it is:

http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.2





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Newbie Checkout Question

Posted by Phil Endecott <sp...@chezphil.org>.
ScotDiddle@Overnite.com wrote:
> 	I'm working along, and find I need to get an old version of a 
> specific file...
> 
> 	As I understand it, checkout rev -x  will check out the whole 
> repository to a "new" working directory, at level -x. 
> 
> 	Whereas I have a large repoitory, this takes a while.

"svn cat" might be useful.

If you want to revert a file in your working copy back to an old state, "svn merge" with a reverse range is what you want; this must be an example in the book.

--Phil.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org