info-cvs
[Top][All Lists]
Advanced

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

Re: Simple question of removing a directory in CVS


From: Larry Jones
Subject: Re: Simple question of removing a directory in CVS
Date: Thu, 18 Sep 2008 14:29:55 -0400

Steve Gao writes:
> 
> (1) If I issue a command to remove a dir in CVS
>       cvs rm dir
> But the dir is not empty in CVS, will that command work?

That depends on your definition of "work".  :-)

CVS only manages files, not directories, so you *can't* remove a
directory in CVS.  What the above command will do is try to remove all
the files in that directory, which will fail if there are any that still
exist in your working directory (unless you use the "-f" flag to delete
the working file as well).
-- 
Larry Jones

I keep forgetting that rules are only for little nice people. -- Calvin




reply via email to

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