Re: Directory remove from CVS request



> I want to know how to totally remove a directory from CVS. 

	CVS is a revision control system, meaning it allows you to
reproduce any prior version of your source tree.  If you checked in a
version of your source tree that had an intl directory, then that now
exists in your version history--whether you like it or not :).

	The short version is: live with it.  It won't hurt anything
sitting in your repository, and it lets people know that, at one time, you
created an intl directory, but then changed your mind about having it and
removed it from the tree.

	The long version is that you must muck with the repository itself,
manually, which is always a bad idea.  See:


http://www.loria.fr/~molli/cvs/doc/cvs_7.html#SEC63

	...see also...

http://www.loria.fr/~molli/cvs/doc/cvs_7.html#SEC68

	...and, in general, you may wish to read the entire section:

http://www.loria.fr/~molli/cvs/doc/cvs_7.html#SEC60




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