|
How to Replicate an existing PowerBuilder Workspace on a New PC: 2. Get Files for the Project from the New PC Use PowerVCS’ command line interface to get file from the Repository: PowerVCS cfg –pr PBTutor (This configures the connection to point to the PBTutor Project). PowerVCS get –f *.* -t c:\PBTutor –r –p (The –r and –p switches replicate the original directory structure and get files from all sub-directories.)
|