Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 924
Afshar Mohebi Avatar asked Apr 08 '10 03:04

Afshar Mohebi


1 Answers

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.

like image 141
Mark Rushakoff Avatar answered Oct 20 '22 17:10

Mark Rushakoff