version control - SVN Automated Replication -


we've set subversion on our centos server. our end goal complete of our work on development subdomain has own repository. once satisfied on whatever doing, replicate development repository 'live code' repository automatically.

i've read on post-commit hooks, don't want commits development repo automatically moved live repo. unfortunately, our head guy not comfortable having root access run svn replicate command through console. otherwise, wouldn't issue.

is possible create script run web run svn replicate command? or can post-commit hook script written in such way can specify when replicate live server?

thanks help!


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -