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

Reply via email to