checkout a certain revision of a file

2002-01-06 Thread Baurjan Ismagulov
Hello, I've just committed revision 1.9 of a file. Now I want to checkout revision 1.3 of that file. How can I do that? I don't have any tagged releases. I browsed cvs(1), info pages, faq-o-matic at cvshome, info-cvs archives, and google; I'm still unable to do that :( . I listed the log for th

Re: checkout a certain revision of a file

2002-01-11 Thread Baurjan Ismagulov
Hello, thanks much for your help! I was able to do what I have wanted both with ~/work/project> cd .. ~/work> cvs co -r1.3 project/filename and ~/work/project> cvs update -r1.3 filename I did try co -r before; it was my failure to checkout being in the upper directory (and consequent error m