Monday, March 17, 2008

Removing Projects from CVS in Unix


Removing Projects from CVS

Removing a project (or other directory structure) from CVS can be done by logging into the CVS repository.
% cd /var/lib/cvsroot    
% ls -l
total 4
drwxrwsr-x 3 cvs cvsdev 1024 Jan 23 19:30 CVSROOT/
drwxrwsr-x 2 oracle cvsdev 512 Jan 24 19:38 ProjectX/
% rm -rf ProjectX

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home