Hi,
I have set up cvs to work with a remote repository and authenticate with
password authentication. Everything works as described in the manual,
however I have been unable to resolve the following problem.
On the following example repository structure:
/test1
test1.cpp
/test2
test2.cpp
I first do a login and then a checkout:
cvs checkout test1
This works fine. Then I change directory into the test1 directory and
remove the test1.cpp file:
cd test1
rm test1.cpp
Next I do an update:
cvs update
Permission denied
However if I do an 'cvs update -l' to stop the recursive behavior everything
works ok. Also, if I go into the test2 directory and remove test2.cpp, cvs
update works fine (because there are no subdirectories?).
Has anyone had this problem with recursive commands while using remote
repositories and password authentication. I have tried the same thing with
a local client server and there are no problems.
If anyone could help me out I would be very grateful.
Mark