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

Re: 200 OK error on update with files that contain non-alphanumeric characters

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 19 Oct 2012 15:53:14 +0200

On Fri, Oct 19, 2012 at 03:15:36PM +0200, Gautier DI FOLCO wrote:
> Hi all,
>
> I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache
> HTTPd 2.2.8 on the server side and sevral clients.
>
> On the client side, when I add and commit a file which has spaces or
> non-ASCII
> characters, all works, but, if I try do do an update, I have the following
> error:
> Updating '.':
> svn: E175002: REPORT of '/svn/!svn/vcc/default': 200 OK (https://serve)

This 200 OK error is always bogus and a 1.6.x bug. It doesn't tell
anyone anything so you're unlikely to get help based on this
information.

The real error message is hidden within the server response body which
probably fails to parse because of invalid XML or something similar.
Are you able to reproduce the error with a 1.7 client?

Is any error logged on the server?

Note that 1.6.15 was released in November 2010, so you're missing out
on almost 2 years worth of bug fixes. The problem might already have
been fixed. Are you able to try to reproduce the problem with a more
recent release of Subversion on the server?
 
> I try to checkout my repository in an other folder, then update works well,
> but all the filename are urlencoded.
>
> Is their a way to handle non-ASCII characters and espace in filenames or
> a way to be less annoying?
>
> For your help,
> Thanks by advance.
Received on 2012-10-19 15:53:54 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.