[m-dev.] Adding a directory to CVS

Zoltan Somogyi zs at cs.mu.OZ.AU
Thu Jan 13 12:09:46 AEDT 2000


> What is involved in adding a new subdirectory in the repository? Do you
> just `cvs add ./dirname' , or do you have to do that, and then manually
> add every file in that dir?

You do a "cvs add dirname", which immediately adds the directory to the
repository. In the directory, you then do "cvs add filename" for all the files;
these won't be added to the repository until you do "cvs commit".

Zoltan.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list