Inconsistent behavior with urls that contain escaped strings
From: Marcin Kowalski <yoshi314_at_gmail.com>
Date: Tue, 24 May 2016 01:31:09 -0700 (PDT)
I have a svn repository that contains directory names with +3%2e0
When i open https://svn-current.company.com/svn/auto_checkins/server28/location+3%2e0/ in a browser, that gets escaped to +3%252e0 in the url (when viewing it via apache), but remains with +3%2e0 on checkout with whatever svn client.
The problem is as follows:
- checkout with tortoisesvn
- view log for location+3%2e0 directory
- open repo browser for entire server28 directory
Faulty log entry
192.168.186.23 - - [24/May/2016:09:56:04 +0200] "PROPFIND /svn/auto_checkins/!svn/rvr/255/server28/location+3.0 HTTP/1.1" 404 595 "-" "SVN/1.9.4 (x64-microsoft-windows) serf/1.3.8 TortoiseSVN-1.9.4.27285"
Valid log entry
192.168.186.23 - - [24/May/2016:09:56:04 +0200] "REPORT /svn/auto_checkins/server28/location+3%252e0 HTTP/1.1" 200 625 "-" "SVN/1.9.4 (x64-microsoft-windows) serf/1.3.8 TortoiseSVN-1.9.4.27285"
If anyone has seen some kind of behavior like this, i'd gladly accept any hints related to possible workarounds.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.