[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: J Tichenor <mail_at_lehopictures.com>
Date: 2004-09-07 21:29:45 CEST

> J Tichenor wrote:
> | 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
>
> Hi J,
> a quick shot, try
>
> svn import -m "First Import" . file:///Users/jimmyt/repository/
> svn import -m "First Import" .
> file://localhost/Users/jimmyt/repository/
>
> does this any good?
>

Yeah, it was my ignorance re: /// thinking that was a typo and trying
to use \<space> instead of %20. Been set straight, thanks everyone.

Now I have to figure out how to make xCode be Subversion happy :-)

J

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 21:30:23 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.