I am running Redhat Linux 6.2 and cvs 1.10.8 on both client and server. The
problem seems to occur with the GSSAPI mechanism as well as straight
password authentication.
Thanks for the feedback.
Mark
-----Original Message-----
From: Anthony Eden [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 21, 2000 5:36 AM
To: [EMAIL PROTECTED]
Cc: info-cvs
Subject: Re: remote repository, recursion and pserver
I have the exact same problem right now. I have been talking with Larry
Jones about the problem, but have not yet figured out what is going wrong.
I noticed that this behavior did appear to be a result of recursive
behavior, but I forgot to mention that to Larry.
Are you running Red Hat Linux 6.1 for the server? I wonder if this problem
occurs on any systems other than Red Hat Linux?
Anyhow, I am still hoping that someone who has had this problem and fixed it
will be able to shed some light on it.
Sincerely,
Anthony Eden
[EMAIL PROTECTED]
--
Signature Domains, Inc.
4021 Laguna St.
Miami, FL 33146
Phone: 305 446 6811
Fax: 305 446 3456
http://www.signaturedomains.com/
----------
>From: "Mark Whitehouse" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: remote repository, recursion and pserver
>Date: Fri, Apr 21, 2000, 12:25 AM
>
> 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
>