【发布时间】:2011-09-07 06:36:15
【问题描述】:
我使用 svn bridge 连接到一个带有 tortoiseSVN 的 tfs 服务器。为了同样的目的,我还需要使用另一台计算机。
问题是在一台计算机上,我用 Tortoise svn http://localhost:portNo/serverName/place 编写的 url 工作正常,我可以提交、repo 浏览等,在另一台计算机上我得到以下错误。
在 SVNBridge 错误列表中我得到了;
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 '/'
一些非常简单的事情是错误的,但我一无所知。
感谢您的帮助。
【问题讨论】:
标签: svn tfs tortoisesvn svnbridge