diff --git a/docs/manual/OptionalTasks/pvcstask.html b/docs/manual/OptionalTasks/pvcstask.html new file mode 100644 index 000000000..4a60f4f07 --- /dev/null +++ b/docs/manual/OptionalTasks/pvcstask.html @@ -0,0 +1,173 @@ + + +
+ + + +Attribute | + +Description | + +Required | +
repository | + +The location of the repository (see your PVCS +manuals) | + +Yes | +
pvcsproject | + +The project within the PVCS repository to extract +files from ("/" is root project and that is default if this attribute isn't +specified) | + +No | +
label | + +Only files marked with this label are extracted. | + +No | +
promotiongroup | + +Only files within this promotion group are extracted. Using +both the label and the promotiongroup tag will cause the files in the +promotion group and with that label to be extracted. + | + +No | +
force | + +If set to yes all files that exists and are writable are overwritten. Default no causes the files that are writable to be ignored. This stops the PVCS command get to stop asking questions! | + +No | +
workspace | + +By specifying a workspace, the files are extracted to that location. A PVCS workspace is a +name for a location of the workfiles and isn't as such the location itself. You define the location for a workspace +using the PVCS GUI clients. If this isn't specified the default workspace for the current user is used. | + +No | +
pvcsbin | + +On some systems the PVCS executables pcli +and get are not found in the PATH. In such cases this attribute +should be set to the bin directory of the PVCS installation containing +the executables mentioned before. If this attribute isn't specified the +tag expects the executables to be found using the PATH environment variable. | + +No | +
ant getlatest +
This will cause the following output to appear: +
getlatest: + [pvcs] PVCS Version Manager (VMGUI) v6.6.10 (Build 870) for Windows NT/80x86 + [pvcs] Copyright 1985-2000 MERANT. All rights reserved. + [pvcs] PVCS Version Manager (get) v6.6.10 (Build 870) for Windows NT/80x86 + [pvcs] Copyright 1985-2000 MERANT. All rights reserved. + [pvcs] c:\myws\myprj\main.java <- C:\mypvcs\archives\myprj\main.java-arc + [pvcs] rev 1.1 + [pvcs] c:\myws\myprj\apache\tool.java <- C:\mypvcs\archives\myprj\apache\tools.java-arc + [pvcs] rev 1.5 + + BUILD SUCCESSFUL + + Total time: 19 seconds+ +
++ +