Monday, March 17, 2008

Adding Directories to CVS


Adding Directories to CVS

To add a directory:
cvs add <directory name>

In the following example, I created a directory called new_stuff:
% cd ProjectX  % mkdir new_stuff  % cvs add new_stuff  Directory /var/lib/cvsrepos/ProjectX/new_stuff added to the repository

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home