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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Geoff Beier Sent: Monday, June 21, 2004 6:39 PM To: Adrian Constantin Cc: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
