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

Re: [TSVN] can't set svn:externals property to reference a directory with a space

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-08-18 17:22:46 CEST

Charles Doucette wrote:
>
> Obviously, the problem is that the directory which I added to my
> repository and that I'm trying to reference
> via svn:externals contains a space. When I renamed my directory in the
> repository to change the space
> into an underscore (and then made the corresponding change to the value
> of the svn:externals property),
> everything worked fine.

URLs in the svn:externals property *must* be properly URI encoded. So
instead of a space, you have to write %20. Then it will work.

> I'm not sure if this is a bug or a feature request; but, it would be
> nice if this could work.
> Perhaps the simple solution is to change the repository browser to
> change the displayed URL
> to use the URL encoding for spaces.

We can't do that. People would complain, as they did before we changed
it to show the unencoded URL.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 18 17:23:13 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.