RE: [Nant-users] Scripting deletes of old builds

2005-09-28 Thread Bevan Arps
Si wrote: > Although this can be achieved in NAnt, i'm wondering why you wouldn't > just use a version control tool (e.g. Subversion) to achieve this? At a previous employer (around 7 years ago), we kept a limited history of our builds on the network in a folder structure, much like the original

[Nant-users] Scripting deletes of old builds

2005-09-28 Thread si
> Currently I have a NAnt script that creates zips of our builds and puts > them in a folder. I put the build number on the file like so: > build.111.zip, build.112.zip, etc. This is cool because if we have to go > back a couple of builds, it is easy to do so. Although this can be achieved in NAnt

[Nant-users] Scripting deletes of old builds

2005-09-28 Thread Jonathan . Albright . nonemployee
I was wondering if anyone has an idea they can share regarding my scenario.   Currently I have a NAnt script that creates zips of our builds and puts them in a folder. I put the build number on the file like so: build.111.zip, build.112.zip, etc. This is cool because if