ClearCase CCRC:列出源代码控制下的文件夹/VOB?
我想列出源代码管理下的文件夹。用于递归列出文件夹的 CCRC 命令行命令是什么?我可以在不先创建视图并因此在本地更新所有文件/文件夹的情况下执行此操作吗?也就是说,我可以使用 rcleartool 命令行直接从 Clear Case 源代码控制获取文件夹列表,而不先创建视图/或先更新本地文件夹吗?
用于列出源代码管理/VOB 下文件夹的 rcleartool 命令行命令是什么?我需要在 VOB 下列出文件夹(就像 svn list 那样)?也就是说,直接来自 VOB,无需先创建本地视图
I want to list folders under source control. What is the CCRC command line command to list folders recursively? Can I do it without creating a view first and therefore updating all files / folders locally? That is, can I get folder list - using rcleartool command line - directly from Clear Case source control w/o creating a view first / or updating local folder first?
What is rcleartool command line command to list folders under Source Control / VOB? I need to list folders (like svn list does) under a VOB? That is, directly from VOB w/o creating a local view first
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rcleartool
(如cleartool)需要一个视图才能列出文件夹,因为这些文件夹取决于您选择的内容(即视图的配置规范)rcleartool
(like cleartool) would need a view to be able to list folders, since those folders depends on what you have selected (i.e. on the config spec of the view)