If you can’t tear yourself away from Visual Studio to do your Subversion Commits you might like this Visual Studio Plugin:
AnkhSVN: A Subversion addin for Microsoft Visual Studio .NET
From the Prject Website:
“AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. It allows you to perform the most common version control operations directly from inside the VS.NET IDE. Not all the functionality provided by SVN is (yet) supported, but the majority of operations that support the daily workflow are implemented.”
AnkhSVN Unlike the MSSCCI plugins that most source control systems use to integrate with Visual Studio is unintrusive, easy to use and doesn’t leave you feeling like your playing russian roulette with your source code (I’m talking about you Visual Source Safe!).
The icons used to display statuses in the solution explorer may seem a little odd at first but all the SVN commands you need are only a context menu away.
The best thing about this method of integration with Visual Studio is that you don’t need to bind the proj file with your repository like you do with VSS, TFS, etc… AmkhSVN simply picks up that your code is in a Subversion Working folder and uses the Subversion sub system to do the push ups – Nice!
