> > How can I remove the subdirs to ?
> 
>       cvs update -P

[root@freax cvs]# cd cvstest/netclip/
[root@freax 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

[root@freax netclip]# cvs remove -Rf netclip
[EMAIL PROTECTED]'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
[root@freax netclip]# ls
AUTHORS  COPYING  CVS  Gtknetclip  INSTALL  Kylixnetclip  config.h 
documentation  netclip  netclipd
[root@freax netclip]# rm -rf netclip
[root@freax netclip]# cvs update -P
[EMAIL PROTECTED]'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
[root@freax 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 ;) )


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

Reply via email to