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

Re: contains unsupported hostname msg when importing

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-15 05:32:44 CEST

VonCannon, Lee wrote:

> Where as this one fails:
>
>
>
> C:\Documents and Settings\LVonCannon\My Documents\Subversion>svn import
> ./tmp/project “file:///C:/Documents and Settings/LVonCannon/My
> Documents/Subversion/path/to/repos” -m “initial import”
>

This is expected to fail in Subversion 1.0. Subversion 1.0 expects
properly encoded URLs. That means escaping spaces as %20, as well as
escaping any international characters.

Subversion 1.1 automatically escapes URLs, so this shouldn't be a
problem in that version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 15 05:37:32 2004

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.