I want to check a bunch of files from a CVS server.Is there a way I can pass the cvs command the name of the file that contains the files that I want to check? Is there any other way to do this?
Assuming you are using the bash-style shell:
cvs co $(< myfile)
Where myfilecontains a list of files that you want to check.
myfile
If you are talking about modules instead of files, Oliver Giesen's answer will be helpful.
You might want to review the documents for the file CVSROOT/modules, and then define a regular module as follows:
CVSROOT/modules
MyModule folder file1 file2 file3 [...]
:
cvs co MyModule
Source: https://habr.com/ru/post/1758379/More articles:History Management (refresh button) - browserIPhone AudioStreamer not working on OS4 - objective-chttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1758376/adding-divs-to-the-html-body-using-lift&usg=ALkJrhjIGAtXm9M8ldOG-CyiY2wVyXRIQQImagePicker using video. An even compiler error - iphoneHow to check files from the command line and show the graphical interface of the new UCM activity, if necessary - clearcaseCrosstab query in SQL Server 2000 - sqlCreating and using my own mipmap texture atlas - c #What is the difference between loadView and viewDidLoad? - objective-cOpenXML: Create Reusable Bound Content Controls - data-bindingАвтоматически кодировать вывод в стойку с помощью JSON, когда Content-Type является application/json - jsonAll Articles