info-cvs
[Top][All Lists]
Advanced

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

RE: removing Dir from CVS control


From: Stuart Donaldson
Subject: RE: removing Dir from CVS control
Date: Wed, 26 Sep 2001 07:42:16 -0700

Although what I think he is asking, is that he has a working directory that
contains a subdirectory, and wants to remove the subdirectory from CVS
control so that when in the main working directory, CVS will not try to
recurse into the subdirectory.  Correct?

If this is the case, you can edit the CVS/Entries file of the main
directory, and remove the reference to the subdirectory. You may want to
remove the CVS directories in the new directories too just to be cleaner.
Or a possibly better way might be to do as Matt suggests and use "cvs
export" to create the non-controlled directory.  Either way, if CVS
originally created your working-dir/sub-dir, then y ou will likely need to
edit the working-dir/CVS/Entries file to remove the reference to sub-dir.

-Stuart-

-----Original Message-----
From: Matt Riechers [mailto:address@hidden
Sent: Wednesday, September 26, 2001 4:51 AM
To: raptor
Cc: address@hidden
Subject: Re: removing Dir from CVS control


raptor wrote:
> 
> hi,
> 
> How can I remove a directory from CVS control, I want it to stay on my
> working copy but be removed from CVS..
> Thanx
> =====
> iVAN
> address@hidden
> =====

If you want a 'snapshot' of a CVS module, use 'cvs export'.

-Matt

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



reply via email to

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