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

Re: checkout a certain revision of a file

2002-01-06 Thread Karl E. Jorgensen
On Wed, Dec 26, 2001 at 03:08:51PM +0200, Baurjan Ismagulov wrote: 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. cvs update -r1.3 filename ? You don't need a tag if you know the