0

我使用 svn bridge 连接到带有 tortoiseSVN 的 tfs 服务器。出于同样的目的,我还需要使用另一台计算机。

问题是,在一台计算机上,我在 tortoise svn、http://localhost:portNo/serverName/place中编写的 url工作正常,我可以提交、repo 浏览等,在另一台计算机上我得到以下错误。

在 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

如果您只是使用 SVNBridge 以便可以使用 Tortoise SVN,那么值得注意的是,您可以直接将 shell 集成到 Team Foundation Server 中,这可能意味着您根本不需要使用 SVNBridge。

Team Foundation Server Power Tools包括将提供类似乌龟的功能的 Windows Shell 扩展。

于 2011-09-07T20:37:13.787 回答