Can AnkhSVN be installed on an Express edition of Visual Studio?
Asked Answered
C

2

10

Can AnkhSVN be installed on an Express edition of Visual Studio?

Conclusive answered 8/4, 2010 at 3:40 Comment(1)
Team Foundation Server 2012 Express? microsoft.com/visualstudio/esn/products/…Neolithic
R
13

No, because the Express editions explicitly do not allow plugins. See also AnkhSVN's FAQ:

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.

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.

Ramberg answered 8/4, 2010 at 3:41 Comment(2)
(And for some interesting reading about this fact: weblogs.asp.net/nunitaddin/archive/2007/05/30/…)Pung
It is painful, though, to drop down to command line for a rename, and then have to adjust the solution file. That's really the value of AnkhSVN for me.Synchroflash
W
4

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 TortoiseSVN that integrates into the file explorer.

We use this combination of VS Express and TortoiseSVN in our company. It works pretty well for us. Maybe you can have a different experience on non Windows platforms.

Wirework answered 19/5, 2011 at 5:37 Comment(2)
I believe the use of a command line is what differentiates a techie from a non techie.Percaline
@AlanGee: It's nerdy vs non-nerdy. Techies often like GUIs (like myself).Heidi

© 2022 - 2024 — McMap. All rights reserved.