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

Re: 1 updated user can't commit

From: Corey Meyer <drrelic_at_gmail.com>
Date: Wed, 27 Jan 2016 11:31:00 -0800

I can give the network trace a go but the updates work just fine so getting to the server is right. I started this morning with improper http response but after a few attempts it changes to the out of memory trap 6 error. I am currently cycling through these commands:

svn commit -m “please work” 26-2
svn cleanup
svn status

cleanup and status work without issue only the commit fails. The last few days i’ve had to file transfer my files to another computer here on the network and commit from that machine to keep my co-workers moving. then updating my machine gets me the files i should have been able to commit.

my last attempt gave me these from the server logs for VisualSVN:
the host was correct but to protect my IP i’ve changed it :-)

1:
OPTIONS /svn/TankManager/Barges/Tank Manager Master Spare/TM/26-2
User: N/A
Host: x.x.x.x
Status: 401 Authorization Required
2:
OPTIONS /svn/TankManager/Barges/Tank Manager Master Spare/TM/26-2
User: Corey
Host: x.x.x.x
Status: 200 OK
3:
OPTIONS /svn/TankManager/Barges/Tank Manager Master Spare/TM/26-2
User: Corey
Host: x.x.x.x
Status: 200 OK
4:
POST /svn/TankManager/!svn/me
User: Corey
Host: x.x.x.x
Status: 201 Created
5:
HEAD /svn/TankManager/Barges/Tank Manager Master Spare/TM/26-2/Tanks/1p0.dat
User: Corey
Host: x.x.x.x
Status: 404 Not Found
6:
0 /
User: N/A
Host: x.x.x.x
Status: 401

CM
DrRelic_at_gmail.com

> On Jan 27, 2016, at 1:57 AM, Philip Martin <philip.martin_at_wandisco.com> wrote:
>
> Corey Meyer <drrelic_at_gmail.com> writes:
>
>> New Jersey) I most likely get an error were SVN just crashes or from
>> the command line I get
>> svn: E120105: Commit failed (details follow):
>> svn: E120105: Error running context: The server sent an improper HTTP
>> response
>
> This was reported last year but the problem went away before it could be
> diagnosed:
>
> http://svn.haxx.se/users/archive-2015-04/0094.shtml
>
> E120105 is SERF_ERROR_BAD_HTTP_RESPONSE. A netwwork trace may be
> necessary to work out what is going wrong. I suppose there might be a
> clue in the server error log.
>
> --
> Philip Martin
> WANdisco
Received on 2016-01-27 20:31:21 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.