Hello,
I need to extract from cvs certain files from a directory, only those which have been updated since the last build. e.g. revision has increased since last build tag e.g. ver3221.
I'm using nant scripts at the moment, how do I incorporate this with nant if possible?
Are there any cvs commands here?
An idea would be to check out the last build of the directory, then do a status against the repository to find the files that do not match with the repository, but what would the commands be? cheers
I need to extract from cvs certain files from a directory, only those which have been updated since the last build. e.g. revision has increased since last build tag e.g. ver3221.
I'm using nant scripts at the moment, how do I incorporate this with nant if possible?
Are there any cvs commands here?
An idea would be to check out the last build of the directory, then do a status against the repository to find the files that do not match with the repository, but what would the commands be? cheers