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-06 Thread Bartosz Pierzchlewicz
Dear Johan, at my first e-mail I wrote EXACTLY what to do to reproduce error. In my opinion this is low chance to blame client library. We tried two different compilation of 'pure svn' on Windows, and as third: TortoiseSVN client. Moreover we also tried to reproduce this on Linux machine. I suppo

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?

Clarification on hot-backup.py usage

2017-10-06 Thread William Muriithi
Hello, I am looking at using the script below for backup purpose and a bit at a loss at how the script verify the backup. For context, I am referring to the script below and the flag below. http://svn.apache.org/repos/asf/subversion/trunk/tools/backup/hot-backup.py.in --verify Verify

Re: Clarification on hot-backup.py usage

2017-10-06 Thread William Muriithi
Hello, Just realized my problem. One don't need to specify a directory for verification. Would still be happy if someone can confirm if verification is done on the source repo or on the resulting hot backup Thanks in advance. Regards, William On 6 October 2017 at 16:08, William Muriithi wrot

Re: Clarification on hot-backup.py usage

2017-10-06 Thread David Chapman
(please don't top-post; it makes the thread hard to follow) On 6 October 2017 at 16:08, William Muriithi wrote: Hello, I am looking at using the script below for backup purpose and a bit at a loss at how the script verify the backup. For context, I am referring to the script below and the fl