SQL Server Management Studio 2005 的 SVN 客户端

发布于 2024-09-19 00:12:14 字数 204 浏览 8 评论 0原文

我已经安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

九局 2024-09-26 00:12:14

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.

游魂 2024-09-26 00:12:14

我使用 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

百善笑为先 2024-09-26 00:12:14

您看过 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文