Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Crucible, Subversion error: svn:Repository moved permanently

Chnikki January 29, 2012

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?

1 answer

1 accepted

0 votes
Answer accepted
AjayA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2012

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.

Chnikki February 1, 2012

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events