: 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?
> -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
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?
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
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.
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
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