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

Re: [Subclipse-users] svn: Unable to open an ra_local session to URL (Mark Phippard)

From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: 2007-01-24 20:41:16 CET

Hello,

> Is your repository at the root of drive Y:\ and not in a subfolder? If
> so, then create a subfolder named repos and put the repository into it
> and use:
>
> file://Y:/repos
At leas if you're using SVNKit you should use URL of form:

file:///Y:/repos

That is parsed as "file://HOST/fileSystemPath", where for "file"
protocol HOST could be either "localhost" or empty string.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!

Mark Phippard wrote:
> On 1/24/07, *Eugene Woo* <xewoox@gmail.com <mailto:xewoox@gmail.com>> wrote:
>
> On 1/23/07, Mark Phippard <markphip@gmail.com <mailto:markphip@gmail.com>> wrote:
>
> >On 1/23/07, Eugene Woo <
> xewoox@gmail.com <mailto:xewoox@gmail.com>> wrote:
> >
> >> On 1/23/07, Mark Phippard <
> markphip@gmail.com <mailto:markphip@gmail.com>> wrote:
>
> >> >On 1/23/07, Eugene Woo <xewoox@gmail.com <mailto:xewoox@gmail.com>> wrote:
> >> >>
> >> >> Did any one know how to resolve this problem with Eclipse? What is
>
>
> >>
> >> >> ra_local session?
> >> >> My Current version
> >> >> Eclipse 3.3
> >> >> subclipse 1.04
> >> >>
> >> >> Below is the message I got when I try to create repository:
>
>
> >> >>
> >> >> For SVN interface being SVNKit, this is the erro messages I got within
> >>
> >> >> Eclipse:
> >> >> svn: Unable to open an ra_local session to URL
>
>
> >> >> svn: Unable to open repository 'file:///Y:'
> >> >> svn: Unable to open repository '
> >> file:///Y:'
> >> >>
>
> >> >> For SVN interface being JavaHL, this is the erro messages I got within
>
> >> >> Eclipse:
> >> >> Couldn't open a repository
> >> >> svn: Unable to open an ra_local session to URL
>
> >>
> >> >> svn: Unable to open repository '
> file:///Y:'
> >> >
> >> >
> >> >Try this:
> >> >
> >> >
> file://Y:/
> >> >
> >> >--
> >> >Thanks
> >> >
> >> >Mark Phippard
> >>
> >> >
> http://markphip.blogspot.com/
>
> >>
> >> I did type exactly 'file://Y:/'. The problem is not resolved.
> >>
> >> For SVN interface being SVNKit, this is the erro messages I got within Eclipse:
>
> >>
>
> >> svn: Local URL 'file://Y:' contains only a hostname, no path
> >>
> >> For SVN interface being JavaHL, this is the erro messages I got within Eclipse:
>
> >> Bad URL passed to RA layer
>
> >>
> >> svn: Unable to open an ra_local session to URL
> >> svn: Local URL 'file://Y:' contains only a hostname, no path
>
> >>
> >> I hope this give you better info.
> >>
> >>
> >Not really. What is the exact value you typed in? I assumed that
> >file://Y:/ was just the start of a longer URL. Ultimately Subclipse just
>
>
> >passes this String through the SVN API and it dictates what the correct
> >syntax is.
> >
> >
> >--
> >Thanks
> >
> >Mark Phippard
> >
> http://markphip.blogspot.com/
>
>
> I type exactly in the quotes 'file://Y:/' when I am at the 'Add SVN Repository' dialog box.
>
> Thanks.
>
>
> Is your repository at the root of drive Y:\ and not in a subfolder? If
> so, then create a subfolder named repos and put the repository into it
> and use:
>
> file://Y:/repos
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jan 24 20:41:39 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.