Hello

Am trying to use the base version of pvcs task of ant but am always getting
the error(below). Can somebody help me ?

Error:
file:c:/tabli/opper/works/source/build.xml:37: Failed executing: pcli lvf -z -aw 
-spc:/tabli/opper/works "-prg:/workall/inteproj/vm/tms_17_0" /

I have all the required permissions to execute a get on the pvcs. We do not have any 
projects under tms_17_0.
It is a db created using 'create project database' option in admin of pvcs. The 
archives dir is under tms_17_0 and is on a mapped drive on winNT.
The archives contains all the sub directories of the db. Also am hoping that this task 
gets all the dirs under archives recursively.

Can you pl let me know if anything is wrong here. Am not able to get required info 
from the documentation.

The corresponding task is

<property name="pvcdir"  location="c:/tabli/opper/works" />

<target name="pvcsget">
  <!-- Create the build directory structure used by pvcs -->
  <mkdir dir="${pvcdir}"/>
  <pvcs repository="g:/workall/inteproj/vm/tms_17_0"
        workspace = "${pvcdir}"
  />
</target>


Thank you very much.
Raj



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to