info-cvs
[Top][All Lists]
Advanced

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

Re: cvs add-ing large source tree


From: Larry Jones
Subject: Re: cvs add-ing large source tree
Date: Thu, 21 Apr 2005 16:01:22 -0400 (EDT)

Jate Sujjavanich writes:
> 
> My theory was wrong. A log file of the find ... -type f | xargs cvs add
> shows that it never schedules the missing file for addition. I'm not
> sure why yet.

Do any of your files have spaces in the names?  If so, find/xargs won't
process them correctly (if you have the GNU versions, you can use find's
-print0 operator and xargs's -0 flag to handle them correctly).

If not, you may need to add an explicit -print operator to your find
commands rather than counting on the default.

It's still much simpler to just use import.

-Larry Jones

It's not denial.  I'm just very selective about the reality I accept.
-- Calvin




reply via email to

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