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

Re: [Subclipse-users] Subversion Difficulty in Eclipse - using file as url path

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-02-03 20:12:10 CET

Brad Bonkoski <bbonkoski@mediaguide.com> wrote on 02/03/2006 02:05:35 PM:

> I have a subversion project nfs mounted on my Linux machine.
> let's say the path is: /mnt/remote/subversion/project
>
> Now when I try to checkout those files within Eclipse, It prompts me for

> the URL if the repository...
> for this I type in: file:///mnt/remote/subversion/project
>
> Then I get an error saying:
> svn: '/home/<user_name>/file:/mnt/remote/subversion/project' does not
exist
>
> Any ideas on why it is forming the path variable in this way?
> Am i doing something wrong?

1) Is this "project" a Subversion repository or a Subversion working
copy? You need to point Subclipse URL at a repository.

2) Open preferences to Team -> SVN. Which adapter are you using? Given
that you are on Linux, odds are that you are using the JavaSVN adapter,
which does support the file:// protocol for repository access.

So you probably need to setup an svnserve process so that you can access
your repository via the svn:// protocol. The other option is to use SSH
and the svn+ssh:// protocol to access your repository.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Feb 3 20:14:12 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.