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

Re: [Subclipse-users] problem with adding svn respository

From: Brock Janiczak <brockj_at_tpg.com.au>
Date: 2006-08-05 07:01:51 CEST

I assume you are using JavaSVN then. File support was recently added,
but i don't know if subclipse is using a new enough version of the
library (version 1.1 of JavaSVN is still in beta).

For now you can either setup JavaHL or run svnserve and access it using
the svn protocol. Running svnserve is probably the easiest option. The
SVN book (http://svnbook.red-bean.com/) should be able to help you to
setup svnserve.

Dancefire wrote:
> Thanks for reply, I have tried this, but same kind of error message:
>
> org.tigris.subversion.javahl.ClientException: svn:
> '/home/dancefire/file:/home/dancefire' does not exist
>
> Dancefire
>
> On 8/5/06, *Brock Janiczak* <brockj@tpg.com.au
> <mailto:brockj@tpg.com.au>> wrote:
>
> Try using this URL:
> file:///home/dancefire/svnroot
>
> The file protocol needs the absolute path the the SVN repository
> (hence
> the triple forward slash). You can not specify a host name as the
> path
> must be local.
>
> cheers,
> Brock
>
> Dancefire wrote:
> > Hi,
> >
> > I have problem with adding svn repository to Eclipse.
> >
> > My Eclipse version is :
> >
> > Eclipse SDK
> >
> > Version: 3.1.2
> > Build id: M20060118-1600 (Fedora Core release 5 (Bordeaux))
> >
> > And subsclipse is directly install from "Help->Software
> Updates", which
> > version is 1.0.3
> >
> >
> > When it prompt me to input SVN location's URL, I put a local path:
> >
> > file://localhost/home/dancefire/svnroot
> >
> > After I click "Finish", It said error happened when validating
> location,
> > the message is :
> >
> > org.tigris.subversion,javahl.ClientException: svn:
> > '/home/dancefire/file:/localhost/home/dancefire' does not exist
> >
> > I think there is a bug here. Why it appends the full url to my
> home
> > directory? And modify the "file://" to "file:/". And I cannot input
> > local path as following form at previous window which prompt a url I
> > should input.
> >
> > Does anyone know how to solve the problem?
> >
> > Dancefire
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> <mailto:users-unsubscribe@subclipse.tigris.org>
> > For additional commands, e-mail: users-help@subclipse.tigris.org
> <mailto:users-help@subclipse.tigris.org>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> <mailto:users-unsubscribe@subclipse.tigris.org>
> For additional commands, e-mail: users-help@subclipse.tigris.org
> <mailto:users-help@subclipse.tigris.org>
>
>
>
>
> --
> Dancefire
> CCNA
> http://www.dancefire.org/
> I'm enjoy in Operating System, Network Security and Embedded System.
Received on Sat Aug 5 07:02:05 2006

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.