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

Re: E175012 and E175002 when trying to commit

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 02 Apr 2019 16:20:17 -0400

Christoph Vogtländer wrote on Tue, 02 Apr 2019 09:02 +00:00:
> This is reproducible. Running with de_DE.UTF-8 (my default LANG), svn
> will try to submit the change but runs into a time-out. Running with
> en_GB.UTF-8, svn fails with error 413.
>
> Why is subversion acting differently with different language setting on
> the client side?
>

I'm not sure, especially given that both locales are UTF-8 ones. A few
shots in the dark:

- Try '-F /dev/null' instead of '-F svn-commit.tmp'.
- Is there any non-ASCII in the output of `svn st -q`? (`svn st -q | sed 's/[ -~]//g' | grep .`; that's left bracket, space, minus, tilde, right bracket)
- Try LC_ALL=C and LC_ALL=C.UTF-8.

> Any ideas what can be done to successfully commit the changes?

Depends. If you want to make the changes in one commit, you'll need to
increase the timeouts in server and client sufficiently (that includes
any proxies). A workaround is to separate the changes to several
commits: use 'svn commit -- ./foo ./bar' instead of 'svn commit -- ./'.

I'm not sure why you'd get a 413 on the request to !svn/me, though. (to
the list) Are any requests made to !svn/me other than the initial POST?
Received on 2019-04-02 22:20:29 CEST

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.