info-cvs
[Top][All Lists]
Advanced

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

CVS access - IP restricted


From: Gurpreet Singh (SCM)
Subject: CVS access - IP restricted
Date: Mon, 21 Jun 2004 21:22:42 +0530

Hi,

can we anyhow restrict CVS access based on IP. 
Say like want to deny certain IP's to being connected to the CVS server
(Linux sandbox).

Regards,
Gurpreet S


-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Geoff
Beier
Sent: Monday, June 21, 2004 6:39 PM
To: Adrian Constantin
Cc: address@hidden
Subject: Re: Two directories for one project or module



On Jun 20, 2004, at 5:06 PM, Adrian Constantin wrote:
>   Does anyone has an ideea as how can I have the
>   public directory kept clean, that is without the CVS
>   subdirectory ? Can I move the CVS subdirectroy out
>   of the sandbox ? I would need something like
>   'cvs release' but that would actually do a patch.
>   Currently I use cvs diff and then patch so that I
>   can have a clean directory on the web server. But
>   like this I  have to remember the last tag that I
>   patched in the public directory last time. I
>   do not want to 'cvs release' and overwrite everytime
>   since I do not make many changes between commits and
>   the site is big.
>

I find it easier to just use a sandbox with CVS subdirectories present 
and add the following to my httpd.conf:

<Directory ~ CVS>
         Order Deny,Allow
         Deny from All
</Directory>


HTH,

Geoff



_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/info-cvs




reply via email to

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