Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual SVN and Visual Studio 2010 Beta 2 won't play nice

I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround???

like image 347
Hector Minaya Avatar asked Oct 21 '09 00:10

Hector Minaya


People also ask

Does Visual Studio support SVN?

VisualSVN tracks all file operations performed in Visual Studio and properly reflects them to Subversion. All refactorings performed by third-party plug-ins are also properly handled and reflected to your working copy.

How to Add Visual Studio solution to SVN?

Add Solution to SubversionOpen or create new solution in Visual Studio. Then choose Add Solution to Subversion from the VisualSVN menu command and the wizard will open. Now you choose the directory where your code will be stored. VisualSVN can add your code to a new or an existing repository.


3 Answers

This is known problem. We're working on it and provide fix soon.

As workaround you may copy file "C:\Program Files\[Prev Visual studio]\Common7\IDE\PrivateAssemblies\microsoft.visualstudio.dll" to C:\Program Files\VisualSVN\bin directory.

like image 75
Ivan Zhakov Avatar answered Oct 17 '22 15:10

Ivan Zhakov


The latest generation VisualSVN in reporting Visual Studio 2010 compatibility: http://www.visualsvn.com/visualsvn/download/

There's also a post about getting it to work with the first beta here: http://mikeownage.com/wordpress/?p=336

like image 34
Troy Hunt Avatar answered Oct 17 '22 17:10

Troy Hunt


The workaround solved the problem for me. Look in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies for the dll.

like image 1
user193981 Avatar answered Oct 17 '22 16:10

user193981