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

Re: is not properly URI-encoded?

From: Michael W Thelen <thelenm_at_cs.utah.edu>
Date: 2004-09-07 20:00:09 CEST

J Tichenor <mail@lehopictures.com> [2004-09-07 17:18:00]:
> Sorry, just assumed the \ would work... Anyway, I've given up on that
> long path and tried making a repository in the root of my Users
> directory. Now I get this message:
>
> I enter: svn import -m "First Import" . file://Users/jimmyt/repository/
>
> I get:
>
> subversion/libsvn_ra_local/ra_plugin.c:161: (apr_err=170000)
> svn: Unable to open an ra_local session to URL
> subversion/libsvn_ra_local/split_url.c:62: (apr_err=170000)
> svn: Local URL 'file://Users/jimmyt/repository' contains unsupported
> hostname
>
> Would that be file? Should I be using localhost of 192.x.x.x or
> something?

In this case, the URL you gave is specifying "Users" as the hostname.
You should change it to file:///Users/jimmyt/repository (three slashes,
not two), or file://localhost/Users/jimmyt/repository.

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with potatoes.
                -- Douglas Adams
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 20:00:46 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.