I hope this isn't a stupid question, but after searching around for quite a while, I haven't been able to find anything quite like what I'm trying to do:
We build a series of web applications that are based on a common asp.net mvc engine. I would like to write a .net web app that would allow our project managers to automatically check out the most recent stable version from subversion, build it, and then deploy it to the server, so they could then begin to customize it. Has anyone here built anything like that before?
Since the web app needs to be responsible for some other functions, it makes more sense to me to find existing code (or an example) that is doing something like this, rather than using an off-the-shelf package.
Thanks