info-cvs
[Top][All Lists]
Advanced

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

Re: Adding and Committing multiple new directories and files


From: Eric Siegerman
Subject: Re: Adding and Committing multiple new directories and files
Date: Thu, 8 Aug 2002 11:05:45 -0400
User-agent: Mutt/1.2.5i

On Thu, Aug 08, 2002 at 09:15:16AM -0400, Zieg, Mark wrote:
>     for i in `find .`
>     do 
>         cvs add $i && cvs commit -m "batch addition" $i
>     done

Or:
      for i in `find .`
      do 
          cvs add $i
      done
      cvs commit -m "batch addition" $i

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
Anyone who swims with the current will reach the big music steamship;
whoever swims against the current will perhaps reach the source.
        - Paul Schneider-Esleben



reply via email to

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