Is there a way to monitor a CVS repository for any commits?
Then on a commit, to download all the files within the changeset, along with their respective paths within the repository?
The reason is, I want to set up continuous integration between a CVS repository and a development server, which can only be accessed via FTP.
Before uploading, I also want to run all the files through compressors/processors.
So is the above possible with C#?