zhuyunchuan wrote: > I often use the following command to get an older revision: > cvs update -r x.y demo.c > demo.c > But this command can be used in DOS mode(My OS is winNT), how can I get > the older revision without sticky in WinCVS? On the command line I'd so something like cvs update -j HEAD -j x.y demo.c Tony