Newbie here. I can access our subversion repository in the browser (IE and Firefox) after authenticating. I also can update and commit my working copy in TortoiseSVN. So everything seems to be set up correctly on our Subversion server. The repository root is like: http://svn.mycompany.com/svn/repo1
But when trying to connect to the Subversion repository in Crucible 2.7, but I'm getting the error below.
Does anyone have any ideas what could be causing the error or how I can get connected to the repository?
ERROR:
Unable to get info for the repository root for SVN_REPO1
svn: Repository moved permanently to '/svn/REPO1'; please relocate
svn: OPTIONS request failed on '/svn/REPO1'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:628)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)
Unable to get Repository Root URL for SVN_REPO1:http://svn.mycompany.com/svn/REPO1/
Exception getting FishEye access control
svn: Repository moved permanently to '/svn/REPO1'; please relocate
svn: PROPFIND request failed on '/svn/REPO1'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
Error testing connection.
svn: Repository moved permanently to '/svn/REPO1'; please relocate
svn: PROPFIND request failed on '/svn/REPO1'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
Connection failed.
I'm sorry, but I don't see what the problem is. Any suggestions on how to troubleshoot this?
Hi,
The error you are getting suggests a problem with your SVN server configuration:
Unable to get info for the repository root for SVN_REPO1 svn: Repository moved permanently to '/svn/REPO1'; please relocate svn: OPTIONS request failed on '/svn/REPO1' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
I'd imagine you would be getting the same error using the SVN command line client? The error is discussed in the following FAQ:
http://subversion.apache.org/faq.html#http-301-error
Can you make sure you do not have /svn defined in multiple places in your apache configuration.
Regards,
Ajay Sridhar.
I found this same link yesterday morning :)
First I added http_proxy to the environment variables.
https://ctf.open.collab.net/sf/wiki/do/viewPage/projects.svnedge/wiki/ProxyConfiguration
What I think got it working was adding the IP address of the SVN server to the hosts file on the server that holds JIRA.
It's working now.
Thanks Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.