info-cvs
[Top][All Lists]
Advanced

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

Re: add directory heirarchy


From: Eric Siegerman
Subject: Re: add directory heirarchy
Date: Wed, 14 Mar 2001 21:36:40 -0500
User-agent: Mutt/1.2.5i

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.        address@hidden
|  |  /
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea.
        - RFC 1925 (quoting an unnamed source)



reply via email to

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