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

Re: [Subclipse-users] How do I connect to a repository with the file: protocol?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-01-25 22:20:33 CET

On 1/25/07, CJacobME@aol.com <CJacobME@aol.com> wrote:
>
> Hi there,
>
> I wanted to use Subclipse and subversion both running only on a local
> machine. So I created a repository with the command
> svnadmin -create file:///C:/SVN3
>

I am surprised that worked. svnadmin takes paths, not URL's. So command
woud usually be:

svnadmin create C:\svn3

That went fine. I was also able to add a test file with the command line
> options of svn.
>
> Then, I wanted to connect my eclipse with this repository. In the
> repository explorer, I started "New" -> "Repository location". In the dialog
> that started, I entered in the text field named "Root URL":
> file:///C:/SVN3
>
> All I got was this error message:
> Location information has been specified incorrectly
> 'C:\Programme\Eclipse\eclipse\file:\C:' does not exist
> Keep location anyway?
>
> I've got no idea what I may have done wrong. Could you please help me?
>

If the command line works with that URL, then it should also work with
JavaHL. Open the preferences and go to Team -> SVN and make sure that
JavaHL is the client interface.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Jan 25 22:20:48 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.