On Wed, Mar 14, 2001 at 02:11:42PM -0500, Derek R. Price wrote:
>     $ find newdir -type f -exec cvs add {} \;

$ find newdir \( -type f -o -type d \) -exec cvs add {} \;

If you don't add the directories, you can't add the files...

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)

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

Reply via email to