|
Red colored entries are the required arguments for each flagged parameter. If the parameter is enclosed in brackets, [], it is optional; the brackets are not included in the actual command line.
PowerVCS co -f from -t to [-r [-p] ]
Get files from the PowerVCS Repository and save them in the file system.
- -f is the path in the Repository of the files you are checking out. The viewpath may include wild cards.
- -t is path in the file system where are saving the files.
- -r (recursive) indicates that the files matching the Respository viewpath should include those in sub folders.
- -p means that the paths to sub folders for the files, you are checking out, should be preserved. For example if you have specified ‘Dev\*.h’ as the viewpath for the files to check out (and have included the –r flag) and files matching that path exist in a sub folder of Dev named ‘save’, than the files in that folder will be checked out to a sub folder named ‘save’ in the file system.
|