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

RE: Bug ? With SVN 1.8.4 on Mac

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 16 Jan 2014 21:34:34 +0100

> -----Original Message-----
> From: Philip Martin [mailto:philip.martin_at_wandisco.com]
> Sent: donderdag 16 januari 2014 20:59
> To: info_at_soebes.de
> Cc: users_at_subversion.apache.org
> Subject: Re: Bug ? With SVN 1.8.4 on Mac
>
> Karl Heinz Marbaise <khmarbaise_at_gmx.de> writes:
>
> > Hi,
> >
> > so after i did an svn up i got this:
> >
> > Karl-Heinzs-MacBook-Pro:exec-maven-plugin kama$ svn up
> > Updating '.':
> > G src/it/mexec-100/pom.xml
> > G src/it/mexec-105/pom.xml
> >
> > more or less expected....
> >
> >> furthermore i have recodnized that the local files are currently in the
> >> state of modified:
> >>
> >> Karl-Heinzs-MacBook-Pro:exec-maven-plugin kama$ svn st
> >> M src/it/mexec-100/pom.xml
> >> M src/it/mexec-105/pom.xml
> >>
> >>> i observed a strange thing during a checkin process running where i
got
> >>> the following messages:
> >>>
> >>> Karl-Heinzs-MacBook-Pro:exec-maven-plugin kama$ svn ci -F x.diff
> >>> Sending src/it/mexec-100/pom.xml
> >>> Sending src/it/mexec-105/pom.xml
> >>> Transmitting file data ..
> >>> Committed revision 19310.
> >>> svn: E120108: Commit failed (details follow):
> >>> svn: E120108: Error running context: The server unexpectedly closed
the
> >>> connection.
> >>> svn: E120108: Additional errors:
> >>> svn: E120108: Error running context: The server unexpectedly closed
the
> >>> connection.
>
> E120108 is unknown on my Linux box:
>
> $ ../src/tools/dev/which-error.py E120108
> 00120108 *** UNKNOWN ERROR CODE ***
>
> The client recognises SVN_ERR_REPOS_POST_COMMIT_HOOK_FAILED
> (165007) as
> a failed post-commit so the unknown E120108 meant the client didn't do
> post-commit processing so the committed files showed up as uncommitted.

That error code looks like the platform specific error code for "The server
unexpectedly closed the connection.".

That script is only going to help you for the platform invariant error codes
in Subversion itself + the codes on the platform you are checking on.

        Bert
Received on 2014-01-16 21:35:11 CET

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.