Hi, I am using svn (webdav) and I need to allow the developers to request that updates are made in a staging server.
Since the developers can't access the server from the console/ssh I'd like to create a system where the developer would list the files and request. My script would pull the requests and do a svn update xxxx and return to the user the output of the command. I do not want to reinvent the wheel so tips would be great. Thanks.