info-cvs
[Top][All Lists]
Advanced

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

Re: FW: Extracting All Versions of a File From CVS


From: Matt Riechers
Subject: Re: FW: Extracting All Versions of a File From CVS
Date: Fri, 03 May 2002 11:28:51 -0400

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



reply via email to

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