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

Re: Importing into a Windows repos

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2006-09-26 13:10:43 CEST

On 25 Sep 2006, at 16:24, <Chris.Fouts@qimonda.com>
<Chris.Fouts@qimonda.com> wrote:

> Thanks to all. That's funny about the "/" instead of "\",

Actually, it's not funny, it's because the second parameter is a URL
and "/" is mandatory as a path separator in a URL.

Also, ":" is a reserved character so try percent encoding the ":" in
"c:/svnroot/repos". That might explain your crash although I'd be
surprised if an invalid character in a parameter could do that to
Subversion.

> but that's good though since it makes SVN consisten across
> platforms. But now, when I import, I get this error (see
> attached).
>
>
>> -----Original Message-----
>> From: Wim Coenen [mailto:wcoenen@gmail.com]
>> Sent: Monday, September 25, 2006 11:08 AM
>> To: Fouts Christopher (QNA RTP PT PREV)
>> Subject: Re: Importing into a Windows repos
>>
>> 2006/9/25, Chris.Fouts@qimonda.com <Chris.Fouts@qimonda.com>:
>>> I'm not much of a Windoze user...
>>>
>>> I created my repos using..
>>>> svnadmin create c:\svnroot\repos
>>>
>>> Now I want to import my c:\temp\proj dir. I do
>>>> svn import c:\temp\proj file://c:\svnroot\repos --message "blah"
>>>
>>> and I get...
>>> svn: Unable to open an ra_local session to URL
>>> svn: Local URL 'file://c:%5Csvnroot%5Crepos' contains only a
>> hostname,
>>> no path
>>>
>>> What's the correct syntax?
>>
>> svn import c:\temp\proj file:///c:/svnroot/repos
>>
>> <svn_error.jpg>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 26 13:11:40 2006

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.