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

deleting files with URL-unsafe characters fails

From: dlo <dlopez2000_at_gmail.com>
Date: Fri, 11 Jun 2010 10:02:50 -0700 (PDT)

Using TortoiseSVN 1.6.8, Build 19260 - 64 Bit , 2010/04/16 20:20:11
Subversion 1.6.11 ...

Apologies if this is a repeat--I searched and found other similar
topics, but I was unclear on whether they covered this very simple
situation...

In the Repo Browser, deleting a file or folder with a space character
in it, such as:

http://example.com/repo/beforespace afterspace

fails with error:

"URL 'http://example.com/repo/beforespace%2520afterspace' does not
exist"

It appears that the URL is getting escaped twice; the first converts
the space to %20, and the second time converts the % to %25, resulting
in the string %2520.

Note that rename operations on the same file/folder name works without
error.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-06-11 19:06:58 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.