|  | 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 get -f from -t to [-r [-p] ] [-l label | -v version]
 Get files from the PowerVCS Repository  and save them in the file system. 
		  -f is the viewpath in the Repository where you are getting the files.   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 adding, should be preserved.  For example if you have specified ‘Dev\*.h’ as the viewpath for the files to add (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 added to a sub folder named ‘save’ in the file system.-l is the label of the files you will get.  If neither label or version is specified, the latest version will be retreived.-v is the version of the file you will get. If neither label or version is specified, the latest version will be retreived.   |