info-cvs
[Top][All Lists]
Advanced

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

Re: recursive add


From: Karl E. Jorgensen
Subject: Re: recursive add
Date: Fri, 14 Dec 2001 15:21:35 +0000
User-agent: Mutt/1.3.22i

On Fri, Dec 14, 2001 at 03:03:34PM +0900, Alex Shinn wrote:
> Is there a way to recursively add directory hierarchies in cvs?
> 
> The manual says to use import in this case, but that doesn't do what I
> want since I'm trying to add within a branch.  Even if I specify the
> releasetag as an existing branch release, the files get imported into
> the main branch as well.

What about something like:

$ find . -type d -print | grep -v CVS| xargs cvs add

followed by

$ find . -type f -print | grep -v CVS | xargs cvs add

(assuming that all files are text)
??
> 
> -- 
> Alex

-- 
Karl E. Jørgensen
address@hidden
www.karl.jorgensen.com
==== Today's fortune:
Order and simplification are the first steps toward mastery of a subject
-- the actual enemy is the unknown.
                -- Thomas Mann

Attachment: pgpYqSb7fYGN3.pgp
Description: PGP signature


reply via email to

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