info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add directory heirarchy


From: Derek R. Price
Subject: Re: add directory heirarchy
Date: Wed, 14 Mar 2001 14:11:42 -0500

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:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
Goldfish don't bounce.
Goldfish don't bounce.
Goldfish don't bounce...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

[Prev in Thread] Current Thread [Next in Thread]