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

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 entire server28 directory
- no problem

- view log for location+3%2e0 directory
- errors happen with invalid url, where the %2e gets unescaped to "."

- open repo browser for entire server28 directory
- works
- view log for location+3%2e0
- works
- from there on, viewing the log for problematic directory works, but extracting files from specific revision still gives me a 404.

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.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3173287

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-05-24 11:01:54 CEST

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.