Visual Studio Express 的源版本控制

发布于 2024-07-04 00:49:14 字数 93 浏览 10 评论 0原文

是否有用于源版本控制的 Visual Studio Express 插件? 我正在自己启动一个项目,并且只有 Visual Studio 2008 Express 版本。

Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(10

请帮我爱他 2024-07-11 00:49:14

我这样做的方法是安装 TortosieHG,然后在 Visual Studio Express 中转到“工具”>“外部工具”。

我创建了以下条目:

Title: HG New Repositry 
Command: C:\Program Files\TortoiseHg\hgtk.exe
Arguments: --nofork init Initial
directory: $(SolutionDir)

Title: HG Commit 
Command: C:\Program  Files\TortoiseHg\hgtk.exe 
Arguments: --nofork init Initial directory: $(SolutionDir)

然后,我将两个外部工具添加到工具栏。 现在,我没有得到像完整版 Visual Studio 那样好的集成,但我可以提交源代码并创建源存储库,而无需离开 Visual Studios。

Way I do this is I have TortosieHG installed and then in visual studios express i went to Tools>External Tools.

I created the following enteries:

Title: HG New Repositry 
Command: C:\Program Files\TortoiseHg\hgtk.exe
Arguments: --nofork init Initial
directory: $(SolutionDir)

Title: HG Commit 
Command: C:\Program  Files\TortoiseHg\hgtk.exe 
Arguments: --nofork init Initial directory: $(SolutionDir)

I then added the two external tools to the toolbar. Now I don't get as nice intergration as I would with the full version of visual studios but I can commit source code and create a source repository without leaving Visual Studios.

欲拥i 2024-07-11 00:49:14

VisualSVN 不支持 Visual Studio Express 版本。 请访问此处了解更多信息 http://www.visualsvn.com/visualsvn/download/

VisualSVN doesn't support Visual Studio Express editions. Visit here for more info http://www.visualsvn.com/visualsvn/download/

梦幻的心爱 2024-07-11 00:49:14

VisualSVN 手册说它适用于 Visual Studio 的所有版本 - 尽管我还没有亲自尝试过。 我知道 Microsoft 的 Team Foundation Server 中没有任何东西可以与 Express 一起使用。

The VisualSVN manual says it works with all editions of Visual Studio - though I have not personally tried it. I know that none of Microsoft's Team Foundation Server stuff will work with Express.

自演自醉 2024-07-11 00:49:14

我认为 VS 的 Express 版本没有任何插件。 谷歌搜索“Jamie Cansdale”是此问题的规范参考。

I don't think there are any plugins for Express versions of VS. Googling 'Jamie Cansdale' is the canonical reference for this issue.

红墙和绿瓦 2024-07-11 00:49:14

Visual Studio Express 版本不支持源代码管理集成。 查看功能比较表,网址为 http://msdn.microsoft.com /en-us/vstudio/products/cc149003.aspx

Source control integration is not supported in the Express editions of Visual Studio. Check out the feature comparison chart at http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx

烦人精 2024-07-11 00:49:14

Visual studio 2012 Express 提供Team Foundation Server 的 Express 版本

Visual studio 2012 Express offers an express version of Team Foundation Server.

遮云壑 2024-07-11 00:49:14

您实际上并不需要集成/插件。 首先不支持,但有很好的替代方案可以使其工作。

无论您决定使用哪种 SCM(SVN、GITPlasticSCMMercurial)只需使用“查找更改”工作流程:

  • 进行更改
  • 在您选择使用的工具中查找您的修改
  • 提交

http://codicesoftware.blogspot.com/2009/12/how-to-find-changes-on- Plastic-scm.html

编辑:PlasticSCM 最多可免费使用 15自 2010 年 11 月 1 日起的用户。

You don't really need an integration/plugin. First is not supported but there are very good alternatives to make it work.

Whatever SCM you decide to use (SVN, GIT, PlasticSCM, Mercurial) just use the "find changes" workflow:

  • Do your changes
  • Find your modifications within the tool you've chosen to use
  • Commit

http://codicesoftware.blogspot.com/2009/12/how-to-find-changes-on-plastic-scm.html

Edit: PlasticSCM is free for up to 15 users since Nov 1st 2010.

万人眼中万个我 2024-07-11 00:49:14

简短回答:不。

Express 版本既不支持插件也不支持源代码控制提供程序(SCC 插件)。 虽然有多种方法可以实现此目的,但它们没有记录,违反许可证并且 之前曾引起过法律麻烦...

Short answer: No.

The Express editions support neither the Add-Ins nor Source Control providers (SCC plug-ins). While there are ways to make this work, they are undocumented, violate the license and have caused legal trouble before…

爱你是孤单的心事 2024-07-11 00:49:14

有趣的是,Express 版本会自动检查文件更新吗? 如果是这样,只需使用 TortoiseSVN 即可节省升级费用。

Interesting, does the Express edition auto-check for file updates? If so, just use TortoiseSVN and save yourself the money of upgrading.

两仪 2024-07-11 00:49:14

只要您的项目有 5 名或更少的成员,您就可以免费获得基于云的 Team Foundation Service。 我已经使用它几个月了,效果很好。 Team Foundation Server 的某些功能尚不可用,但是,嘿,它是免费的。

http://tfs.visualstudio.com/

You can get cloud based Team Foundation Service for free as long as your project has 5 or fewer members. I've been using it for a few months now and it works great. There are a some features of Team Foundation Server that are not available yet, but, hey, it's free.

http://tfs.visualstudio.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文