Re: Proxy error on SVN 1.8.1

2013-07-31 Thread Guillaume Lasnier
Hi Lieven, Please find attached the tcpdump that dumps traffic between my laptop and the proxy. The only information I could get about the proxy is that it's an ISA server. Regards -- Guillaume Lasnier On 7/29/13 7:01 PM, "Lieven Govaerts" wrote: >Hi, > >On Mon, Jul 29, 2013 at 6:28 PM, Gui

RE: Python error in 1.8.1 test suite - authz_tests.py

2013-07-31 Thread BIRD Neil - UNSECURED
From: Philip Martin [mailto:philip.mar...@wandisco.com], Sent: Tuesday, July 30, 2013 4:19 PM > The value that matters is HTTP_PROXY, i.e. uppercase. The code > expects > a value like 'host:port' and breaks on 'http://host:port'. > However you > don't need to set a proxy to run the tests, so unse

Re: Check-out fails with LANG=C

2013-07-31 Thread Vincent Lefevre
On 2013-07-24 05:57:41 +0200, Branko Čibej wrote: > On 19.07.2013 15:22, Vincent Lefevre wrote: > > LANG=C.UTF-8 is completely non-portable for scripts. For instance: > > > > xvii:~> LANG=C.UTF-8 cp > > cp: opérande de fichier manquant > > Saisissez « cp --help » pour plus d'informations. > > > > x

WG: [Subclipse-users] Server 1.6 checkout problem

2013-07-31 Thread Wolfgang Pinitsch
@mark thx for the hint with the other list! FYI here to this users@subversion.apache.org list ... i used the Eclipse standard svn checkout UI (new svn project wizard) to select the branch, so i would assume the URL is not the real problem ;-) Server: Subversion 1.6.11 (r934486) Here ar

svnmucc assertion failure

2013-07-31 Thread Alexey Neyman
Hi, I've hit the following assertion in svnmucc: svnmucc: subversion/libsvn_subr/dirent_uri.c:1373: svn_uri_get_longest_ancestor: Assertion `svn_uri_is_canonical(uri1, ((void *)0))' failed. Aborted (core dumped) The assertion was triggered when svnmucc was supplied with a script file that had

Re: Check-out fails with LANG=C

2013-07-31 Thread Branko Čibej
On 31.07.2013 15:49, Vincent Lefevre wrote: > No, even "LC_ALL=en_US.UTF-8 cp" doesn't have any effect. What do you mean by "doesn't have any effect"? > FYI, some other VCS such as git or Mercurial don't have such problems > of broken working copies if the locale changes, at least under Unix, > p