On Wed, Apr 18, 2001 at 09:55:17AM +0000, JavaSoft wrote:
> How can i delete a drectory (including the contents) from CVS
> on linux server using wincvs without deleting the directory in
> my local hard disk ? so it's just delete in the linux not in my
> local hardisk so i can to re-ADDing the direcotry to the linux
> again.

You can't.  You'll have to:
  - make a backup of the sandbox on your local machine
  - delete the directory locally
  - "cvs rm" it
  - commit
  - restore from the backup

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to