Question

Am using WinCVS, need to check out the whole project branch as it was on an earlier date... How would i do it....

Thanks a lot, Vinod.

Was it helpful?

Solution

In WinCvs you can specify the date to check out on the "Update Options" tab of the Checkout dialog (Remote|Checkout module).

OTHER TIPS

> cvs -H co
Usage:
  cvs checkout [-ANPRcflnps] [-r rev] [-D date] [-d dir]
    [-j rev1] [-j rev2] [-k kopt] modules...
    [...]
    -P  Prune empty directories.
    [...]
    -r rev  Check out revision or tag. (implies -P) (is sticky)
    -D date Check out revisions as of date. (implies -P) (is sticky)
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top