我使用svn bridge通过tortoiseSVN连接到一台tfs服务器。为了同样的目的,我也需要使用另一台计算机。
问题是,当在一台电脑上,我用乌龟svn,http://localhost:portNo/serverName/place写的网址,工作正常,我可以提交,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 '/' 一些非常直接的东西是错误的,但我一无所知。
谢谢你的帮助。
发布于 2011-09-08 04:37:14
如果您只是为了使用Tortoise而使用SVNBridge,那么值得注意的是,您可以直接将shell集成到Team Foundation Server中,这可能意味着您根本不需要使用SVNBridge。
Team Foundation Server Power Tools包括Windows Shell扩展,它将提供类似乌龟的功能。
https://stackoverflow.com/questions/7329786
复制相似问题