Sepp Burlitzer wrote:
> 
> Hello,
> 
> I am part of a program writing group. We are using CVS. Unfortunately I have
> never tagged any of my files at any time. Now I really need some old
> versions of my code. Is there any method to checkout an old version without
> having tagged them??
> 
> Thanx,
> 
> Tomtom
Check out by date. E.g. 
cvs update -D 2000-11-30 [filenames]

gives you all files like they were at that date. Of course, you've to find
out which date you need...
You can also specify dates by ways like
cvs update -D "4 weeks ago" [filenames]
or
cvs update -D "last week" [filenames]
if you like.


Harald

PS: cvs update -D "last christmas" [filenames] doesn't work :-(

-- 
 iXpoint Informationssysteme GmbH #
           Daimlerstr. 3          # Harald Kucharek
          76275 Ettlingen         # [EMAIL PROTECTED]
    Tel/Fax +49 7243 3775-0/77    # www.ixpoint.de

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to