[ On Tuesday, June 19, 2001 at 14:34:13 (-0000), Sepp Burlitzer wrote: ]
> Subject: I have never tagged my code, now I need an old version.
>
> 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??

Nope.

At least not unless there's either an accurate enough timestamp for you
to use (and enough quiescence in the repository surrounding that time)
to identify the old version uniquely; or unless you have a way of
generating a manifest of the revision numbers for all of the files
composing the old version (eg. if the $Id strings from all files are
compiled into a binary that you have access to, or something similar).

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <[EMAIL PROTECTED]>     <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>;   Secrets of the Weird <[EMAIL PROTECTED]>

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

Reply via email to