[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing directories
From: |
Philip Van Hoof |
Subject: |
Re: Removing directories |
Date: |
Thu, 12 Jul 2001 18:31:26 +0200 |
> > How can I remove the subdirs to ?
>
> cvs update -P
address@hidden cvs]# cd cvstest/netclip/
address@hidden netclip]# ls
AUTHORS COPYING CVS Gtknetclip INSTALL Kylixnetclip config.h
documentation netclip netclipd
--> I want to remove the subdir "netclip" which is located in ?/cvs/netclip
address@hidden netclip]# cvs remove -Rf netclip
address@hidden's password:
cvs server: Removing netclip
cvs server: Removing netclip/Gtknetclip
cvs server: Removing netclip/Gtknetclip/intl
cvs server: Removing netclip/Gtknetclip/po
cvs server: Removing netclip/Gtknetclip/special.src
cvs server: Removing netclip/Gtknetclip/src
cvs server: Removing netclip/Gtknetclip/src/.deps
cvs server: Removing netclip/Kylixnetclip
cvs server: Removing netclip/documentation
cvs server: Removing netclip/documentation/html
cvs server: Removing netclip/netclipd
cvs server: Removing netclip/netclipd/rc
address@hidden netclip]# ls
AUTHORS COPYING CVS Gtknetclip INSTALL Kylixnetclip config.h
documentation netclip netclipd
address@hidden netclip]# rm -rf netclip
address@hidden netclip]# cvs update -P
address@hidden's password:
cvs server: Updating .
cvs server: Updating Gtknetclip
cvs server: Updating Gtknetclip/intl
cvs server: Updating Gtknetclip/po
cvs server: Updating Gtknetclip/special.src
cvs server: Updating Gtknetclip/src
cvs server: Updating Gtknetclip/src/.deps
cvs server: Updating Kylixnetclip
cvs server: Updating documentation
cvs server: Updating documentation/html
cvs server: Updating netclipd
cvs server: Updating netclipd/rc
address@hidden netclip]#
However, as you can see here : the directory still exist. And if I
do a checkout of module netclip, then it will still get the subdir-tree
so ?/netclip/netclip/* will be in the co
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/netclip/netclip/netclip/
ps.
/cvsroot/netclip is my cvsroot
/cvsroot/netclip/netclip is where project "netclip" is located
/cvsroot/netclip/netclip/netclip is the dir which I want to remove
also
/cvsroot/netclip/freax and /cvsroot/netclip/netclip-0.1.1 should
be removed ( I was testing, heh ;) )