tags:

views:

13

answers:

1

How do you manage local repositories when using Eclipse? (I'm new to SVN and Eclipse.)

I've just set up my first Eclipse PHP project with a Eclipse checkout from SNV. I mapped my repos to localhost/repos using in my apache http.conf file.

That's fine for ONE repos, but I'm going to be using many repos.

What is the best way to access many repos - do I just keep adding them to http.conf?

A: 

The answer I needed is the SVNParentPath directive. See:

http://stackoverflow.com/questions/488778/how-do-i-list-all-repositories-with-the-svnparentpath-directive-on-apachesvn

Mark Flint
Spoke too soon ... this works fine via the broswer to http://localhost/repos, but fails in the Subversion plugin in Eclipse. I'll mess about with it some more and hopefully post a fix here later.
Mark Flint