I used to be able to commit like this:
cvs commit -m"foo changes" foo.c ../include/foo.h
After upgrading to CVS 1.10.8, I get this error:
protocol error: '..' has too many ..
If I pass the full pathname of the file (e.g.,
"$HOME/cvs/foo/include/foo.h"), I get
absolute pathname '/home/hal/cvs/foo/include' illegal for server
This worked in 1.10.1. Is this a bug, or was it incorporated to fix some
other condition? If so, what was the reason?
Thanks!
:)hal mahaffey
- Re: cvs commit ../include/foo.h HMahaffey
- Re: cvs commit ../include/foo.h Pavel Roskin
- Re: cvs commit ../include/foo.h Larry Jones
- Re: cvs commit ../include/foo.h HMahaffey
- Re: cvs commit ../include/foo.h Pavel Roskin
- Re: cvs commit ../include/foo.h Larry Jones
