Sankaranarayanan K V writes:
> 
>   cvs -n update -j B1 -j B2 file1 file2
> 
> RCS file: /users/cvsadmin/repositories/project.rep/project/file1,v
> retrieving revision 1.1
> retrieving revision 1.1.4.1
> Merging differences between 1.1 and 1.1.4.1 into file1
> cvs server: file1: No such file or directory
> 
> What the heck is happening?

It's a bug.  When you use -n (don't execute), the client doesn't bother
to send the files to the server -- you're not going to actually *do*
anything, so why bother -- but in this particular case, the server
*does* try to access the file and (surprise!) it's not there.

-Larry Jones

Why is it you always rip your pants on the day everyone has to
demonstrate a math problem at the chalkboard? -- Calvin

Reply via email to