私は svn bridge を使って tortoiseSVN で tfs サーバーに接続しています。同じ目的で別のコンピューターも使用する必要があります。
問題は、1 台のコンピューターで、tortoise svn に記述した URL http://localhost:portNo/serverName/placeが正常に動作し、他のコンプでコミット、レポ ブラウズなどを行うことができ、次のエラーが発生することです。
SVNBridge ErrorList で取得します。
Could not find server url in the url (http://localhost:portNo/). Not Valid when using RequestBasePathParser
System.InvalidOperationException: Could not find server url in the url (http://localhost:portNo/). Not Valid when using RequestBasePathParser
at SvnBridge.PathParsing.PathParserServerAndProjectInPath.GetUrlFromReuest(Uri requestURL)
at...
tortoiseSVN では、
Server sent unexpected return value(500 Internal Server Error) in response to PROPFIND request for '/'
非常に単純な何かが間違っていますが、私は無知です。
ご協力いただきありがとうございます。