基于文件的 VCS 结账
我想从 CVS 服务器签出一堆文件。
有没有办法可以向 cvs 命令传递一个包含我想要签出的文件的文件名
还有另一种方法可以实现这一点吗?
I want to checkout a bunch of files from a CVS server.
Is there a way I can pass cvs command a file name which contains files I want to checkout
Is there another way of accomplishing that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您使用的是 bash 风格的 shell:
其中
myfile
包含您要签出的文件列表。如果您谈论的是模块而不是文件,Oliver Giesen 的答案将会很有用。
Assuming you are using a bash-style shell:
Where
myfile
contains the list of files you want to check out.If you're talking about modules instead of files, Oliver Giesen's answer will be useful.
您可能想查看 CVSROOT/modules 文件的文档,然后定义一个如下所示的常规模块:
然后您可以执行以下操作:
You might want to take a look at the docs for the
CVSROOT/modules
file and then define a regular module like this:You would then be able to do: