我正与南特和南太尼一起迈出我的第一步,所以请容忍我!
下面是我想与nant一起执行的步骤:
我已经看过南太尼求助网站了,但是,似乎并没有提到检查文件!
发布于 2010-09-09 11:02:34
很简单(一旦你找到了PVCS目录!)
<pvcsget projectdatabase="${PVCS_Database}" userid="user" includesubprojects="true" lock="false">
<entities>
<!--Get everything!-->
<entity name="/"/>
</entities>
</pvcsget>https://stackoverflow.com/questions/3192634
复制相似问题