0

私は 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 '/' 

非常に単純な何かが間違っていますが、私は無知です。

ご協力いただきありがとうございます。

4

1 に答える 1

0

Tortoise SVN を使用できるように SVNBridge のみを使用している場合は、シェルを Team Foundation Server に直接統合できることに注意してください。これは、SVNBridge をまったく使用する必要がないことを意味する場合があります。

Team Foundation Server Power Toolsには、亀のような機能を提供する Windows シェル拡張機能が含まれています。

于 2011-09-07T20:37:13.787 に答える