>>>>> "Karl" == Karl E Jorgensen <[EMAIL PROTECTED]> writes:
Karl> 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.
Karl> What about something like:
Karl> $ find . -type d -print | grep -v CVS| xargs cvs add
Karl> followed by
Karl> $ find . -type f -print | grep -v CVS | xargs cvs add
Karl> (assuming that all files are text) ??
Well, not all text, but I ended up doing something like this with
File::Find.
Thanks for the help Larry and Karl. Next question: can you add a tag
within a branch (not a sub-branch)?
--
Alex
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs