tortoisesvn 拒绝通过 svn 桥连接到 TFS 服务器
我使用 svn 桥接器通过 tortoiseSVN 连接到 tfs 服务器。我还需要使用另一台计算机来达到相同的目的。
问题是在一台计算机上我在 tortoise svn 中写入的 url, http://localhost:portNo/serverName/place< /a>,工作正常,我可以提交、回购浏览等,在另一个 comp 上我收到以下错误。
在 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 '/'
一些非常简单的事情是错误的,但我一无所知。
感谢您的帮助。
I use svn bridge to connect to a tfs server with tortoiseSVN. I need to use another computer as well for the same purpose.
The problem is while on one computer the url i write in tortoise svn, http://localhost:portNo/serverName/place, works fine and i can to commit, repo browse, etc, on the other comp i get the following error.
In SVNBridge ErrorList i get;
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...
In tortoiseSVN i get,
Server sent unexpected return value(500 Internal Server Error) in response to PROPFIND request for '/'
Something very straightforward is wrong but i'm clueless.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只是使用 SVNBridge 以便可以使用 Tortoise SVN,那么值得注意的是,您可以直接将 shell 集成到 Team Foundation Server 中,这可能意味着您根本不需要使用 SVNBridge。
Team Foundation Server Power Tools 包含 Windows Shell 扩展,可提供类似乌龟的功能。
If you're only using SVNBridge so that you can use Tortoise SVN, it's worth noting that you can get shell integration into Team Foundation Server directly, which may mean that you don't need to use SVNBridge at all.
The Team Foundation Server Power Tools include Windows Shell Extensions that will provide tortoise-like functionality.