Robert Davies wrote:

> bout to put a project into a cvs repository. The project is a visual
> programming tool that has multiple toolboxes. When a new toolbox is created, a
> heirarchy of directory/files is created. When the project is in cvs, when I
> create a new toolbox is it possible to add the directory heirarchy using
> recursion with the add commmand or do I have to add each directory/file
> seperately?

    $ find newdir -type f -exec cvs add {} \;

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
Goldfish don't bounce.
Goldfish don't bounce.
Goldfish don't bounce...

          - Bart Simpson on chalkboard, _The Simpsons_




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

Reply via email to