visual-studio AnkhSVN 可以安装在 Visual Studio 的 Express 版本上吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 
原文地址: http://stackoverflow.com/questions/2597438/
Warning: these are provided under cc-by-sa 4.0 license.  You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can AnkhSVN be installed on an Express edition of Visual Studio?
提问by Afshar Mohebbi
Can AnkhSVN be installed on an Express edition of Visual Studio?
AnkhSVN 可以安装在 Visual Studio 的 Express 版本上吗?
回答by Mark Rushakoff
No, because the Express editions explicitly do not allow plugins. See also AnkhSVN's FAQ:
不可以,因为 Express 版本明确不允许插件。另请参阅AnkhSVN 的常见问题解答:
Does it work with the Visual Studio 2005 / 2008 / 2010 Express versions?
No, and it might never do so. The current position from Microsoft is that these SKUs will not support addins.
它是否适用于 Visual Studio 2005 / 2008 / 2010 Express 版本?
不,它可能永远不会这样做。Microsoft 当前的立场是这些 SKU 将不支持插件。
That being said, there's nothing stopping you from using any other source control tool outside of Visual Studio. It's really not that painful to drop back to a command line for a commit.
话虽如此,没有什么能阻止您使用 Visual Studio 之外的任何其他源代码控制工具。回到命令行进行提交真的没有那么痛苦。
回答by Viktor Liehr
It's really not that painful to drop back to a command line for a commit.
回到命令行进行提交真的没有那么痛苦。
On Windows you don't really have to fall back to command line. Most people (including me) don't like the idea to go back to 1989 on MS operating systems ;) There is a pretty nice tool called TortoiseSVNthat integrates into the file explorer.
在 Windows 上,您实际上不必退回到命令行。大多数人(包括我)不喜欢在 MS 操作系统上回到 1989 年的想法;) 有一个非常不错的工具,称为TortoiseSVN,它集成到文件浏览器中。
We use this combination of VS Express and TortoiseSVNin our company. It works pretty well for us. Maybe you can have a different experience on non Windows platforms.
我们公司使用的是VS Express和TortoiseSVN的这种组合。它对我们来说效果很好。也许你可以在非 Windows 平台上有不同的体验。

