Using Subversion with SQL Server Management Studio

Posted by Mike on Server Fault See other posts from Server Fault or by Mike
Published on 2010-04-07T13:25:51Z Indexed on 2010/04/07 13:33 UTC
Read the original article Hit count: 483

Filed under:
|

I am a member of a team with 3 developers. We have started using Redmine here for project management and issue tracking and LOVE it. I have seen elsewhere how nicely Redmine can work when a back-end repository is set up for a project. There is nice integration all around.

This shop is currently .Net and SQL Server 2005. I am thinking about recommending a move to Subversion for our VCS (so that we can integrate with Redmine). I have seen a product called VisualSVN which will make it possible to use Visual Studio with Subversion, so that covers .Net. But the other big question is if it is possible to configure SQL Server Management Studio to somehow use Subversion for its VCS. Has anyone done this?

This shop is currently using Sourcegear Fortress.

© Server Fault or respective owner

Related posts about subversion

Related posts about sql-server