info-cvs
[Top][All Lists]
Advanced

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

Re: Connection refused to CVS repository (and ACLs).


From: Axelle
Subject: Re: Connection refused to CVS repository (and ACLs).
Date: 10 Jan 2002 01:24:23 -0800

Thanks to both of you for your helpful answers.
Actually, I found out the problem :
1. I had been using a pserver before, and it seems the user had kept a
previous file (.cvsrc, or maybe a bad $CVSROOT): this is why he was
attempted to connect to my machine.
2. The ACLs were accidentally set wrong on a few files. Actually, that
was a mask problem, and consequently, the user did not have the 'w'
right on some files he wanted to checkout.

By the way, if you're looking for a way to position ACLs recursively,
here's a nice command I found in the news :

find <dir> -exec setfacl <setfacl-opts> {} \;

Thanks,
Axelle.


reply via email to

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