使用 nant & 检查 PVCS 中的文件南特康里布
我正在向 nant 和 nantcontrib 迈出第一步,所以请耐心等待!
我想使用 nant 执行的步骤如下:
- 从 PVCS 获取最新文件
- 签出(即编辑)AssemblyInfo.cs,以便我可以自动处理版本控制等。
- 构建完成后,签入 AssemblyInfo .cs
- 使用版本标签标记 PVCS 项目中的所有文件。
我查看了 nantcontrib 帮助网站,但是,没有似乎没有提到签出文件!
I'm taking my first steps with nant and nantcontrib so please bear with me!
The steps I would like to perform with nant are the following:
- Get the latest files from PVCS
- Check-out (i.e. for editing) the AssemblyInfo.cs so I can automatically take care of versioning etc.
- Once the build has completed, check in AssemblyInfo.cs
- Label all the files within the PVCS project with the version label.
I have had a look at the nantcontrib help site, however, there doesn't seem to be a mention of checking files out!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
漂亮又简单(一旦找到 PVCS 目录!)
Nice and simple (once you've located the PVCS directory!)