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:
I have had a look at the nantcontrib help site, however, there doesn't seem to be a mention of checking files out!
Nice and simple (once you've located the PVCS directory!)
<pvcsget projectdatabase="${PVCS_Database}" userid="user" includesubprojects="true" lock="false">
<entities>
<!--Get everything!-->
<entity name="/"/>
</entities>
</pvcsget>