info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking Out a Removed File


From: Mike Little
Subject: Re: Checking Out a Removed File
Date: Mon, 30 Sep 2002 14:02:08 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826

Jake Colman wrote:

I created a file on a branch, made numerous changes, and ulitimately removed
it from the branch.  The file, of course, now exists only in the attic.  I
now need to look at how I did something in that source module.  How do I
checkout or gain access to a file that only exists in the attic?

I know that CVS sees the file since a 'cvs co <file>' will tell me it is no
loner pertinent.  A 'cvs log' will show me the complete commit log.  But how
do I get the damned source??

TIA!

...Jake


cvs checkout -p -r[last revision before remove] [filename] > [tempfile]

This will checkout to standard out and redirect to tempfile.

e.g. cvs checkout -p -r1.2.4.6 invisiblefile.java > visiblefile.java

Hope this helps,

Mike






reply via email to

[Prev in Thread] Current Thread [Next in Thread]