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

Re: Listing repositories in Eclipse by svnparentpath

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-20 15:32:56 CEST

nick_stolwijk@planet.nl wrote on 07/20/2006 09:25:11 AM:

> I couldn't decide where to post this problem, but I think this is the
> right list instead of the subclipse one.
>
> My problem in short is: when I put my repository parent path as
> repository in eclipse it gives an error. (Propfind 301)
>
> I have Apache2 with subversion 1.3.2 and configured it to use an
> SvnParentPath and I created a few repositories in there.
>
> Like this
>
> /var/svn/repos <- SvnParentPath
> /var/sv/repos/repo1 <- repo created with svnadmin
> /var/sv/repos/repo2 <- repo created with svnadmin
>
> I have the listing on, so when I go to http://localhost/svn with my
> browser I can see the repositories, all fine.
>
> When I use http://localhost/svn/repo1 as repository in eclipse, also no
> problem.
>
> What I wish to see is, that when I use http://localhost/svn as
> repository location, it shows the different svn repositories, so I can
> check them out and make Eclipse project for them.
>
> Is this possible?

I think we run the svn info command on the URL you provide, and I imagine
that would bomb out.

Does svn ls work?

In general, this isn't going to work in Subclipse anyway, as we store the
repository root URL with the connection (which is why we run svn info). If
the connection contains multiple repositories there is not going to be
anyway to have a valid root URL and we do need that in several places.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 20 15:36:23 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.