在 VSS 中包含版本控制标签
我正在阅读 Code Complete 2,它提到了这一点:
许多版本控制工具会将版本信息插入到文件中。在CVS中,例如字符
// $id$
将自动扩展为
// $id: ClassName.java, v 1.1 2004/02/05 00:36:42 ismene Exp $
所以现在我想为我们的 SQL 脚本做一些与 VSS 类似的事情,
我一直在谷歌上搜索答案,但找不到它。这可能吗?有人可以指出我正确的方向吗?
I was reading Code Complete 2 and it mentions this:
Many version-control tools wil insert version information into a file. In CVS, for exmple the characters
// $id$
Will Automaticly expand to
// $id: ClassName.java, v 1.1 2004/02/05 00:36:42 ismene Exp $
So now I would like to do something similar with VSS for our SQL scripts
I have been googling around for the answer but can't find it. Is this possible? can someone maybe point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了@
http://msdn.microsoft.com/en-us /library/d826hy97(VS.80).aspx
I've found it myself @
http://msdn.microsoft.com/en-us/library/d826hy97(VS.80).aspx