项目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>
本文介绍了一种使用PVCS进行源代码管理的方法,详细展示了如何通过配置XML文件来实现从指定的PVCS服务器获取最新版本的源代码。此过程对于自动化构建流程尤其有用。
1375

被折叠的 条评论
为什么被折叠?



