2

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.

pagid
  • 13,559
  • 11
  • 78
  • 104
Raj
  • 147
  • 4
  • 15

2 Answers2

1

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

Oliver Giesen
  • 9,129
  • 6
  • 46
  • 82
-1
> 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)
just somebody
  • 18,602
  • 6
  • 51
  • 60
  • thanks Thariama, Oliver Giesen and just somebody... Going back in code is something i would never wish tu du... But pain is i have tu nw... :| thanks guys... – Raj Jun 25 '10 at 03:54