RE: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-10 Thread Bartosz Pierzchlewicz
: Re: Problem with file name encoding during merge - URL Encoding (Percent Encoding) I can't reproduce your problem using a trunk client and httpd-2.4.25 on Linux. Is there any http proxy or reverse proxy in your setup?

RE: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-07 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: vrijdag 6 oktober 2017 16:24 > To: Bartosz Pierzchlewicz ; > users@subversion.apache.org > Subject: Re: Problem with file name encoding during merge - URL Encoding > (Percent E

Re: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-06 Thread Daniel Shahaf
I can't reproduce your problem using a trunk client and httpd-2.4.25 on Linux. Is there any http proxy or reverse proxy in your setup?

RE: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-06 Thread Bartosz Pierzchlewicz
17 1:30 PM To: Bartosz Pierzchlewicz Cc: users@subversion.apache.org Subject: Re: Problem with file name encoding during merge - URL Encoding (Percent Encoding) On Fri, Oct 6, 2017 at 8:45 AM, Bartosz Pierzchlewicz wrote: > Hi Daniel, > After merge to trunk, file on disk has proper

Re: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-06 Thread Johan Corveleyn
On Fri, Oct 6, 2017 at 8:45 AM, Bartosz Pierzchlewicz wrote: > Hi Daniel, > After merge to trunk, file on disk has proper name: "file With Space.txt". > Moreover after commit, file on my disk still has proper name, > but when I Checkout to other directory it will have name > 'file%20With%20Space.

RE: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-05 Thread Bartosz Pierzchlewicz
Hi Daniel, After merge to trunk, file on disk has proper name: "file With Space.txt". Moreover after commit, file on my disk still has proper name, but when I Checkout to other directory it will have name 'file%20With%20Space.txt'. Log after second commit says exactly what was happened: A /trunk

Re: Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-05 Thread Daniel Shahaf
Bartosz Pierzchlewicz wrote on Thu, 05 Oct 2017 12:38 +: > svn checkout http://path.svn/trunk > svn copy http://path.svn/trunk http://path.svn/branches/1.0 -m > "create branch 1.0" > svn switch http://path.svn/branches/1.0 trunk > svn add "trunk\file With Space.txt" > svn commit -m "Ad

Problem with file name encoding during merge - URL Encoding (Percent Encoding)

2017-10-05 Thread Bartosz Pierzchlewicz
Hi, We have subversion server in version 1.9.4-1ubuntu1 (apache, 2.4.18-2ubuntu4.1). Clients connect via http protocol. We have problems with filename encoding (not its content) during merge process. It is probably server configuration issue, because we encounter this problem on Windows and Lin