[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: Jeremy Pereira <jeremy.pereira_at_ntlworld.com>
Date: 2004-09-07 22:12:14 CEST

On Sep 7, 2004, at 20:29, J Tichenor wrote:

>> 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
>

Make sure you have xCode 1.5 - it has (poor) Subversion support. At
least the nibs don't barf on containing a .svn directory anymore.

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

--
Jeremy Pereira
http://www.jeremyp.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 22:12:58 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.