CVS Recursive Get of Files to Particular Date

你。 提交于 2019-12-14 03:54:26

问题


I'm looking to do a recursive get of cvs files in a particular cvs repository directory at a particular date.

I see something similar for a particular file at: cvs checkout time series

I would like a solution which can get all of the files in a recursive manner. Thanks!


回答1:


The same command will do a recursive get if you specify a folder name instead of a specific file name.



来源:https://stackoverflow.com/questions/15122716/cvs-recursive-get-of-files-to-particular-date

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!