Is there a SVN plugin for SQL Server Management Studio 2005 or 2008? [closed]

99封情书 提交于 2019-12-21 03:19:16

问题


Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one?


回答1:


Redgate's solution seems to be for versioning your database, not your files in your Solution Explorer. I've found two options for solution versioning:

1) Setting up TortoiseSVN as an external tool: http://jrummell.com/sql-server-management-studio-and-tortoisesvn

2) Agent SVN: http://www.zeusedit.com/agent/ssms/ms_ssms.html

I've tried neither of these options yet, but perhaps this helps someone's search




回答2:


The only thing I know of at the moment is an Early Access Program for SQL Source Control from RedGate.

It is an EAP though, so is not even a complete but rough-around-the-edges product yet.




回答3:


There is a complete solution from Redgate. Here is the URL: http://www.red-gate.com/products/sql-development/sql-source-control/




回答4:


I don't know of one, but have you tried database projects in Visual Studio? That's what I would recommend for developing and storing SQL scripts. And in VS you can use Ankh or VisualSVN.




回答5:


This has worked pretty good for me in the past. Haven't tried with 2008, but I am guessing that it would work too.

Codeproject ScriptDB4Svn




回答6:


I've used this before and been pretty happy with it.

VisualSVN



来源:https://stackoverflow.com/questions/1716360/is-there-a-svn-plugin-for-sql-server-management-studio-2005-or-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!