Laura Hopkins wrote:
> 
> I'm trying to extract _all_ versions of a CVS file into a directory.  Any
> ideas how to do this or whether it can be done?

The following will generate and run a script that will do the job:

        cvs log $YOURFILE |awk '/^rev/ {print "cvs up -p -r" $2 " " rfile " > "
rfile "." $2}' rfile=$YOURFILE | $YOURSHELL

-Matt

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

Reply via email to