将 Team Explorer 匿名连接到 Codeplex
我正在使用 Codeplex 并尝试使用 Team Explorer 连接到他们的源代码管理,但没有任何乐趣。
我还尝试使用服务器名称和项目名称通过 HTTPS 或 HTTP 进行连接。 由于我在 Codeplex 上没有用户帐户,因此无法登录。
我只是想检查一些代码而不更改它。 我的问题是:
如何将 Team Explorer 匿名连接到 Codeplex 服务器?
I was using Codeplex and tried connecting to their source control using Team Explorer, with no joy.
I also tried connecting with HTTPS or HTTP, using the server name and the project name. As I do not have a user account on Codeplex I could not login.
I am just trying to check out some code without changing it. My question is:
How can I connect Team Explorer to a Codeplex server anonymously?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为团队资源管理器不可能做到这一点。 但您可以使用 CodePlex 源代码控制客户端 或 乌龟
I think it's not possible with Team Explorer. But you can with CodePlex Source Control Client or Tortoise
我已经将 SVNBridge 与 TortoiseSVN 一起使用,效果非常好。
我在这里寻找的是一种直接与 VS 集成的匿名访问方式。 估计目前还不可能。
还刚刚发现你可以直接连接 通过 TortoiseSVN,没有 SVNBridge。 查找“CodePlex 服务器上的 SvnBridge?” 标题
I have used SVNBridge with TortoiseSVN, which workes like a charm.
What I was looking for here is a way for anonymous access that is directly integrated with VS. Guess that's not possible at the moment.
Also just found out you can connect directly via TortoiseSVN, without SVNBridge. Look for the "SvnBridge on the CodePlex servers?" heading
我认为您必须使用 CodePlex 源代码控制客户端。 其中包括 cpc.exe,它支持 CodePlex TFS 服务器的匿名访问功能,以供非协调员/开发人员访问。 但根据该网站:
我使用 TortoiseSVN 和 SvnBridge 没有任何问题。
I think you have to use the CodePlex Source Control Client. In includes cpc.exe which supports the anonymous access features of CodePlex TFS servers for non-coordinator/developer access. But according to the site:
I'm using TortoiseSVN with SvnBridge with no problems.
作为主要负责对 TFS CodePlex 服务器进行匿名访问的人员,我可以告诉您,使用 Team Explorer 是不可能的。 我们试图实现这一目标,但匿名工作的方式会导致团队资源管理器出现相当大的安全漏洞。
因此,正如其他人提到的,定制客户端(CPC 和 SvnBridge)确实支持匿名。 我知道 Teamprise 的人已经讨论过将其添加到 Teamprise 中一段时间了,但不确定他们是否有时间这样做。 这对他们的工作方式来说将是一个相当大的改变(因为它基本上必须是无工作空间的)。
编辑:布兰农也提供了帮助。 写了所有我拒绝写的可怕的 C++。 他刚刚在 IM 上骚扰我,所以我最好修改一下之前的言论。 :-p
As the person primarily responsible for making anonymous access work against the TFS CodePlex servers, I can tell you that it isn't possible with Team Explorer. We tried to make it happen, but the way you get anonymous to work would've caused a pretty stellar-sized security hole with Team Explorer.
So, as others have mentioned, the custom-written clients (CPC and SvnBridge) do support anonymous. I know the Teamprise guys were talking about adding it to Teamprise for a while, but not sure if they ever got around to it. It would've been a pretty big change in the way they work (since it basically has to be Workspace-less).
Edit: Brannon helped, too. Wrote all the horrible C++ that I refuse to write. He just bugged me on IM, so I better amend my previous remarks. :-p