I have tried googling for an way to do this but can't seem to find one so here goes.
I have a VisualSVN server set up with my repositories and cruisecontrol setup to poll the server and run the build scripts when ever there is a modification.
Since it is only me working on this project (it's my final year project as part of my degree) I don't think CC needs to poll the Server very often as only I will be checking in modifications.
So what I want is for VisualSVN to call the Force Build method of CruiseControl with a post-commit hook. This way I know the build will be run everytime I commit a change.
Both VisualSVN and CC are running on the same server if that makes a difference.