Is there any cruisecontrol.net extension, that monitor the event when the config file modified, and will check-in the config file into the source control?
I found on the cruise-control documentation a method that does the opposite, which is when we modify the config file in the source control, cruise-control will update the file and apply the changes. But my concern is when someone change the config file from the server, then is there a way to track that? My thought that by building extension that listen to the event when the config file change, we can push the code to source control, and I am wondering if there is already somebody did that? Thanks