Date: Fri, 06 Jun 2008 12:41:10 +0200 From: Daniel Leidert <daniel.leidert.spam@gmx.net> To: freebsd-cvsweb@freebsd.org Cc: Kuido Lehtmets <kuido@lehtmets.ee> Subject: Re: Failed to spawn GNU rlog when try look to big directory. Message-ID: <1212748870.7285.5.camel@localhost> In-Reply-To: <33568.193.40.195.109.1212742614.squirrel@lehtmets.com> References: <33568.193.40.195.109.1212742614.squirrel@lehtmets.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Freitag, den 06.06.2008, 11:56 +0300 schrieb Kuido Lehtmets: > All working OK with cvs when dir includes about 2000 and little more > files. When in dir is 3000 and more files then I have this error: > Error: Failed to spawn GNU rlog on "/export/cvsroot/source/oradb...... > > What I do an how check: > File prmissions is OK, All working with other dirs. > I make a copy from one of this big dirs. cvsweb dont working. > Then I start deleting some files. When ls -la | wc -l > shows 2291 all working again, maybe 2500 or something like this is limit. I guess, this is an ARG_MAX issue ("Argument list too long"). But this is just a guess. If I'm right: @Jonathan: Can you split the argument list in such a case? Regards, Daniel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1212748870.7285.5.camel>