如何检查CVS标签是否存在?
我需要编写一个 shell 脚本来检查存储库中是否存在某些 CVS 标记,并根据结果执行不同的操作。因此,我的问题是:如何检查 CVS 标记是否存在并在 shell 脚本中解析结果?
I need to write a shell script to check the existence of certain CVS tag in the repository, and do different things depending on the result. So hence is my question: How to check for CVS tag existence and parse the result in shell script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,假设您拥有所有权限/凭据,您可以通过以下方式检查 cvs 标记:
Well, assuming you have all the permissions/credentials, you can check for a cvs tag in the following way: