[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Weird Error while commiting a large number of files (3000) in one transaction.

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-07-27 08:49:05 CEST

On 7/27/07, Tony Ditchfield <tony.ditchfield@googlemail.com> wrote:
> On 27/07/07, nikhil gupta <ng_g20@hotmail.com> wrote:
> >
> > Hi,
> >
> > We faced a weird error today. We added a new module to the repository & when we tried to commit the module (it had some 3000 files), it showed us the following error:
> >
> >
> >
> > Error: Commit failed (details follow):
> >
> > Error: MERGE request failed on '/svn/suncity/source/trunk/build/tools'
> >
> > Error: MERGE of '/svn/suncity/source/trunk/build/tools': timed out waiting for server (http://servername).
> >
> >
> >
> > And the interesting part is: When we tried to update the working copy, all the files were updated correctly...
> >
> >
> >
> > I had implemented a post-commit hook on the repos yesterday which calls a .Net exe to send mail of the commit. Can the above error because of that?
> >
> >
> >
> > I tried to search the error on google and in the group also, but did not find much help...
> >
> >
> >
> > Can someone guide me on this? This is really critical & any information in this regard will be helpful...
>
> Switch off the post-commit hook and try it again to discount the .net
> exe. It could well be the .net exe causing timeouts since we
> experienced a similar issue

You may want to try closing stdin and stdout in the post commit hook:
mod_dav_svn waits for output or the process to shut down to transmit
any messages back to the client.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 27 08:47:57 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.