SQL Server Management Studio 2005 的 SVN 客户端
我已经安装了 Tortoise SVN 和 AnkhSVN,但是两者都没有出现在我的 SQL Server Management Studio 2005 的“源代码控制”选项下。
我知道它们有效,因为我所有的 Visual Studio 项目都运行良好。
我是否必须安装不同的 SVN 客户端才能集成到 SQL Server Management Studio?
I have installed Tortoise SVN and AnkhSVN, but neither one shows up in my SQL Server Management Studio 2005 under the Source Code Control options.
I know they work because all my Visual Studio projects are working fine.
Do I have to do install a different SVN client to integrate to SQL Server Management Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
TortoiseSVN 或 AnkhSVN 中的 SSMS 没有 SVN 集成。唯一可行的选择是使用 RedGate SQL 源代码管理。或者在 Visual Studio 中创建一个数据库项目,并将所有脚本和结构保留在其中,迫使所有开发人员首先修改这些文件。
就我个人而言,我使用 ScriptDB 并每小时运行一次,并使用 svn 自动提交对数据库所做的更改,以便我可以跟踪正在发生的变化。
There's no SVN integration for SSMS from either TortoiseSVN or AnkhSVN. The only viable option is to use RedGate SQL Source Control. Or create a Database project in Visual Studio and keep all the scripts and structure in there, forcing all the developers modify those files first.
Personally, I use ScriptDB and run it on an hourly basis with svn auto-commit of changes made to the database so that I can keep track of what's changing.
我使用 Agent SVN,它是一个 MS-SCCI 插件,它与 SSMS 配合得很好。
http://www.zeusedit.com/agent/ssms/ms_ssms.html
I use Agent SVN which is a MS-SCCI plug-in and it works fine with SSMS.
http://www.zeusedit.com/agent/ssms/ms_ssms.html
您看过 Red Gate 的 SQL Server Management Studio SVN 客户端吗?
http://www.red-gate.com/products/SQL_Source_Control/
Have you looked at Red Gate's SQL Server Managemnt Studio SVN client?
http://www.red-gate.com/products/SQL_Source_Control/