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

Re: file:// uri repositories

From: Dan North <dan_at_tastapod.com>
Date: 2005-09-23 01:24:15 CEST

Hi Neil.

The javahl bindings are weird and random on anything other than Windows,
and javasvn doesn't support the file:// protocol.

As a workaround you could just run a local svnserve:

    svnserve -d -r /usr/local/svn

Then use the url svn://localhost/neil in subclipse.

Cheers,
Dan

Neil Dunn wrote:

>Hi everyone,
>
>I'm trying to use Subclipse to browse a local subversion repository
>on my own system.
>
>Using a file:// uri file:///usr/local/svn/neil barfs.
>
>It appears this is getting translated to /Developer/eclipse/Eclipse.app/Contents/MacOS/file:/usr/svn/neil/
>from the eclipse error log. So it looks like the uri is getting resolved incorrecty to a relative path
>pretty badly.
>
>Any help would be great...
>
>Neil Dunn
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
Received on Fri Sep 23 09:24:15 2005

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.