info-cvs
[Top][All Lists]
Advanced

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

Re: Two directories for one project or module


From: Geoff Beier
Subject: Re: Two directories for one project or module
Date: Mon, 21 Jun 2004 09:08:40 -0400


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





reply via email to

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