savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] [ 100154 ] cvs and lock issues


From: nobody
Subject: [Savannah-hackers] [ 100154 ] cvs and lock issues
Date: Wed, 17 Oct 2001 08:54:59 -0400

Support Request #100154, was updated on 2001-Oct-10 10:22
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100154&group_id=11

Category: CVS
Status: Closed
Priority: 5
Summary: cvs and lock issues

By: loic
Date: 2001-Oct-17 12:54

Message:
Logged In: YES 
user_id=102
Browser: Mozilla/5.0 (X11; U; Linux 2.4.10 i686; en-US; rv:0.9.1) Gecko/20010607

I fixed the problem and it should now work. 

Description of the fix: the anoncvs user was a member of all
possible groups in order to allow anonymous access.
Unfortunatly the number of groups grew above 512, the system
limit, hence some projects were denied anonymous cvs access.
I changed the backend scripts to use a different user, per
project. Thru the CVSROOT/passwd file, the anoncvs user is
mapped to the a_$project user that belongs to the project
group. The backend scripts create a a_$project user for
every project, for the sole purpose of anonymous cvs access.
This solves the "too many group" problem. I searched the cvs
documentation & code for an alternate way of achieving the
same result but found none.

----------------------------------------------------------------------

By: jdeneux
Date: 2001-Oct-11 14:08

Message:
Logged In: YES 
user_id=1904
Browser: Mozilla/5.0 (X11; U; Linux 2.4.7 i686; en-US; rv:0.9.1) Gecko/20010610

It now works for me (jdeneux). Unfortunately, anoncvs access
is still impossible.
Would it be ok for me to set LockDir ? If yes, to what
location ?

By the way, here is the command line I use:
cvs -z3
-d:pserver:address@hidden:/cvsroot/top10 co top10

I can't see anything wrong in it, but perhaps I'm just blind.

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100154&group_id=11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]