Hi All,
we try to connect an SVN to Fisheye.
We have the correct user/password to the svn so it could not the problem.
Whenever we paste the URL of the svn and test the connection, we get this error:
Unable to get info for the repository root for Project
svn: E170001: OPTIONS of '/svn/PROJECT/project': 403 Forbidden (https://svn.xxx.xxx.xxx.de)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:731)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:362)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:350)
Unable to get Repository Root URL for OPAL:https://svn.xxx.xxx.xxx.de/svn/PROJECT/project
Exception getting FishEye access control
svn: E170001: PROPFIND of '/svn/PROJECT/project': 403 Forbidden (https://svn.xxx.xxx.xxx.de)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:731)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:362)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:350)
Error testing connection.
svn: E170001: PROPFIND of '/svn/PROJECT/project': 403 Forbidden (https://svn.xxx.xxx.xxx.de)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:731)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:362)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:350)
Connection failed.
Same error on our end. Have you solved it? If so, I'm interested to know more about the solution. Thanks!
We had a similar issue after creating a new SVN server.
Turns out Fisheye is caching credentials somewhere.
Log files on the SVN server were showing User X was trying to connect (the old username) despite User Y being in the dialog in Fisheye. Going back to the old User X account worked but seems to be a bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anyone solve this? I have the same issue with a 405.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
me too! I found the problem is that somebody change files of fisheye owner on linux. I return it to sovle this problem.
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.