Repository Scan Fails due to Incorrect SVN Path

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

A warning message similar to the following is printed in the logs when trying to scan your Subversion repository:


2010-01-01 10:10:10,100 WARN [InitialPinger1] fisheye.app SvnRepositoryTester-checkRepoSettings - 
Repository URL svn+ssh://user@svn.example.com does not match URL returned from repository: svn+ssh://user@svn.example.com/svn/myproject

原因

This is caused due to incorrect SVN URL / SVN Path mapping in Fisheye. The following setting is incorrect:

SVN URL

svn+ssh://user@svn.example.com

SVN Path

/svn/myproject

ソリューション

In the above example, Subversion repository root is actually svn+ssh://user@svn.example.com/svn/myproject. The settings should therefore be:

SVN URL

svn+ssh://user@svn.example.com/svn/myproject

SVN Path

(empty)

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.