项目sourcecode放在pvcs服务器上
<project name="testPvcs" default="getlatest" basedir=".">
<description>
Report build sourcecode
</description>
<!-- =================================================================== -->
<!-- Get the latest version -->
<!-- =================================================================== -->
<target name="getlatest">
<pvcs repository="k:/custom/solution/cpad/vm/db" pvcsproject="/BI_interface/baseline/src" force="yes" userid="mylogin"/>
</target>
</project>