将Team Explorer匿名连接到Codeplex

时间:2023-02-05 14:34:47

I was using Codeplex and tried connecting to their source control using Team Explorer, with no joy.

我正在使用Codeplex并尝试使用团队资源管理器连接到他们的源代码控制,没有任何乐趣。

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.

我还尝试使用服务器名称和项目名称连接HTTPS或HTTP。由于我在Codeplex上没有用户帐户,因此无法登录。

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?

如何匿名将Team Explorer连接到Codeplex服务器?

4 个解决方案

#1


2  

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:

我认为你必须使用CodePlex源代码控制客户端。包括cpc.exe,它支持CodePlex TFS服务器的匿名访问功能,以供非协调器/开发人员访问。但根据网站:

The CodePlex Client is not currently being maintained. The focus of the CodePlex team now is on the SvnBridge.

目前尚未维护CodePlex客户端。 CodePlex团队的重点现在是SvnBridge。

I'm using TortoiseSVN with SvnBridge with no problems.

我正在使用带有SvnBridge的TortoiseSVN而没有任何问题。

#2


3  

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.

作为主要负责对TFS CodePlex服务器进行匿名访问的人员,我可以告诉您,使用团队资源管理器是不可能的。我们试图让它成为现实,但你匿名工作的方式会导致团队资源管理器出现一个非常大的安全漏洞。

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).

因此,正如其他人所提到的,定制编写的客户端(CPC和SvnBridge)确实支持匿名。我知道Teamprise的人们正在谈论将它添加到Teamprise一段时间,但不确定他们是否能够解决它。这将是他们工作方式的一个相当大的变化(因为它基本上必须是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

编辑:布兰农也帮忙。写下我拒绝写的所有可怕的C ++。他只是在IM上打扰我,所以我最好修改我以前的评论。 :-P

#3


2  

I have used SVNBridge with TortoiseSVN, which workes like a charm.

我使用过TortoiseSVN的SVNBridge,它就像一个魅力。

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.

我在这里寻找的是一种与VS直接集成的匿名访问方式。猜猜此刻不可能。

Also just found out you can connect directly via TortoiseSVN, without SVNBridge. Look for the "SvnBridge on the CodePlex servers?" heading

也刚刚发现你可以通过TortoiseSVN直接连接,没有SVNBridge。在CodePlex服务器上寻找“SvnBridge?”标题

#4


1  

I think it's not possible with Team Explorer. But you can with CodePlex Source Control Client or Tortoise

我认为使用Team Explorer是不可能的。但您可以使用CodePlex Source Control Client或Tortoise

#1


2  

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:

我认为你必须使用CodePlex源代码控制客户端。包括cpc.exe,它支持CodePlex TFS服务器的匿名访问功能,以供非协调器/开发人员访问。但根据网站:

The CodePlex Client is not currently being maintained. The focus of the CodePlex team now is on the SvnBridge.

目前尚未维护CodePlex客户端。 CodePlex团队的重点现在是SvnBridge。

I'm using TortoiseSVN with SvnBridge with no problems.

我正在使用带有SvnBridge的TortoiseSVN而没有任何问题。

#2


3  

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.

作为主要负责对TFS CodePlex服务器进行匿名访问的人员,我可以告诉您,使用团队资源管理器是不可能的。我们试图让它成为现实,但你匿名工作的方式会导致团队资源管理器出现一个非常大的安全漏洞。

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).

因此,正如其他人所提到的,定制编写的客户端(CPC和SvnBridge)确实支持匿名。我知道Teamprise的人们正在谈论将它添加到Teamprise一段时间,但不确定他们是否能够解决它。这将是他们工作方式的一个相当大的变化(因为它基本上必须是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

编辑:布兰农也帮忙。写下我拒绝写的所有可怕的C ++。他只是在IM上打扰我,所以我最好修改我以前的评论。 :-P

#3


2  

I have used SVNBridge with TortoiseSVN, which workes like a charm.

我使用过TortoiseSVN的SVNBridge,它就像一个魅力。

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.

我在这里寻找的是一种与VS直接集成的匿名访问方式。猜猜此刻不可能。

Also just found out you can connect directly via TortoiseSVN, without SVNBridge. Look for the "SvnBridge on the CodePlex servers?" heading

也刚刚发现你可以通过TortoiseSVN直接连接,没有SVNBridge。在CodePlex服务器上寻找“SvnBridge?”标题

#4


1  

I think it's not possible with Team Explorer. But you can with CodePlex Source Control Client or Tortoise

我认为使用Team Explorer是不可能的。但您可以使用CodePlex Source Control Client或Tortoise