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

Re: svnsync init rejects URL that contain spaces, even if they are escaped or quoted

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 23 Feb 2009 22:22:36 -0600

On Feb 23, 2009, at 18:23, Jonathan Coles wrote:

> Unfortunately, one of the repositories that I want to back up with
> svnsync has a URL that contains spaces. I have tried escaping the
> spaces
> with backslashes. I have also tried enclosing the entire URL string in
> quotes (""). svnsync still insists the URL is malformed.
>
> Is there some other method of escaping spaces that I don't know about?
> Or, is this a bug?

Did you try replacing each space with "%20"? That would make it a
proper URL. (URLs cannot contain spaces, though Subversion on
occasion allows it.)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1218873

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-24 05:24:06 CET

This is an archived mail posted to the Subversion Users mailing list.

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