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!