Visual Source 是否支持类似 SVN 的提交后挂钩?
我在当前的工作中被迫使用 Visual Source Safe。 是的,我知道,这就像眼睛里的一根棍子。 但 VSS 不会消失,VSS 会一直存在。
我想知道是否有任何方法可以在 VSS 中执行类似于 Subversion 的 Post-Commit hooks 的操作? 再加上一些部署脚本,这将使我们的生活变得更加轻松。
I am forced to use Visual Source Safe at my current job. Yes I know, It's like a stick in the eye. But VSS won't go away, VSS is here to stay.
I was wondering if there is any way to do something similar to Subversion's Post-Commit hooks in VSS? Coupled with a few deployment scripts, this would make our lives much, much easier.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,有Visual Source Safe 挂钩(包含 Visual Basic 5 中的示例)。
如果我是你,我就会远离这个。 你的情况已经够糟糕了。
如果您仍然想实现挂钩,我相信您正在寻找的是 AfterCheckIn 事件处理程序。
Yes there are hooks for Visual Source Safe (with examples in Visual Basic 5).
If I were you I'd stay away from this. Your situation is bad enough.
If you still want to implement hooks I believe that what you are looking for is the AfterCheckIn event handler.
不,没有。 您也许可以通过第三方提供商(例如 Source Offsite 或其他东西)获得类似的东西(谷歌搜索)。
如果 VSS “留在”您的公司,那么我认为您在那里需要处理一些比 VSS 更大的问题,特别是因为您可以通过 SVN 以 0.00 美元的价格获得源代码控制所需的一切。
No, there isn't. You might be able to get something like that with a third party provider like Source Offsite or something (google it).
If VSS is "here to stay" at your company, then I think you have some bigger issues to deal with over there than just VSS, especially since you can get everything you need for source control for $0.00 with SVN.