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: Todd Denniston
Subject: Re: cvs add-ing large source tree
Date: Thu, 21 Apr 2005 14:56:16 -0500

Jate Sujjavanich wrote:
> 
> 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.
> 
> - Jate S.
<SNIP>

how about trying 
`find ... -type f | xargs -l cvs add`
 From the size of the tree you described, I would expect you could create a
command line of over 1024 chars very quickly. I am trying to remember, I
thought the command length was limited somewhere around 256 chars, but it
could be longer.
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter




reply via email to

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