I’m trying to connect to our existing subversion repository.
It is set up like so
repos (folder)
Project1 (folder)
conf dav db format hooks locks README.txt
Project2 (folder)
conf dav db format hooks locks README.txt
etc.
There are about 40 projects I’m trying to add to eclipse using Subclipse. But the I can’t add the repos to the url due to a “Repository moved temporarily to ‘/repos'” error. I know it’s there when I use the full project URL it works.
And I don’t want to set up 40 seperate URLs to each specific project folder. It’s going to be a hassel even after I set it up.
Thoughts?
I think what you are trying to do can be accomplished through the Apache directive
SVNParentPathwhich is discussed in this article: http://svnbook.red-bean.com/en/1.1/ch06s04.htmlWhat you want to do is set the
reposdirectory to become theSVNParentPathLet me know if this helps.