Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Subversive browsing
Subversive browsing [message #146048] Sat, 01 April 2006 11:33 Go to next message
Eclipse UserFriend
Originally posted by: hansm.science.uva.nlDELETE

I have installed subversion and the subversive plugin (1.0.0.M8), but did not
succeed in browsing to a repository on my local disks.

Choosing from SVN Repository Exploring "New Repository Location" I was not able
to reach my repository in /usr/local/svn/project.
Using button "Browse" for the field "Root URL" gives only the message "< There
is an error occured while accessing the repository entry >" The dialog message
says "Select a remote resource location".
Manually filling in the Root URL with (all sorts of variations from)
http://localhost/path did not work either. I could reach no further than a
repository search leading to error message "No part of path ... was found in
repository HEAD".
Typing solely: Root URL = "http:" gives the eclipse directory as "not under
version control".
Trying "file:path" shows the message "malformed URL: unknown protocol file'.

So, I have been unable to reach my (local) repository on disk.
I hope someone can point me in the right direction.

Your help will be appreciated.
Hans van der Meer
Re: Subversive browsing [message #146154 is a reply to message #146048] Sun, 02 April 2006 16:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jacobson.martin.gmail.com

dr. Hans van der Meer wrote:
> I have installed subversion and the subversive plugin (1.0.0.M8), but did not
> succeed in browsing to a repository on my local disks.
>
> Choosing from SVN Repository Exploring "New Repository Location" I was not able
> to reach my repository in /usr/local/svn/project.
> Using button "Browse" for the field "Root URL" gives only the message "< There
> is an error occured while accessing the repository entry >" The dialog message
> says "Select a remote resource location".
> Manually filling in the Root URL with (all sorts of variations from)
> http://localhost/path did not work either. I could reach no further than a
> repository search leading to error message "No part of path ... was found in
> repository HEAD".
> Typing solely: Root URL = "http:" gives the eclipse directory as "not under
> version control".
> Trying "file:path" shows the message "malformed URL: unknown protocol file'.
>
> So, I have been unable to reach my (local) repository on disk.
> I hope someone can point me in the right direction.
>
> Your help will be appreciated.
> Hans van der Meer

I will be interested if you get this working, as I would rather use
subversion than cvs... anyway, here is my €0,02:

The easiest way I found to use subversion was to use the subversion
protocol (ie, urls like svn://localhost/myProject) having started the
server with svnserve.

In other words, if you type the following:

svnserve -d -r /usr/local/svn

to start the server, the URL to access your project will be:

svn://localhost/project

Please let us/me know if you have any luck!

Martin
Re: Subversive browsing [message #146163 is a reply to message #146154] Sun, 02 April 2006 17:09 Go to previous message
Eclipse UserFriend
Originally posted by: hansm.science.uva.nlDELETE

In article <e0oveu$unq$1@utils.eclipse.org>,
Martin Jacobson <jacobson.martin@gmail.com> wrote:

> dr. Hans van der Meer wrote:
> > I have installed subversion and the subversive plugin (1.0.0.M8), but did
> > not
> > succeed in browsing to a repository on my local disks.
> >
>
> I will be interested if you get this working, as I would rather use
> subversion than cvs... anyway, here is my
Previous Topic:Sun key mappings
Next Topic:Project-wide VM arguments
Goto Forum:
  


Current Time: Wed Jul 17 16:52:16 GMT 2024

Powered by FUDForum. Page generated in 0.08915 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top