We have (want to have) the following setup:
Website + Svn on one Server
and local machines to develop and test the website.
i found post commit hook infos (german): http://www.yourhelpcenter.de/2010/07/svn-nach-einem-commit-automatisch-die-webseite-aktualisieren-post-commit-hook/ which basically update the website on every commit.
and svn post-commit hook : update only if certain file has changed which nearly archives what i am searching for.
we want to commit only to the svn and later merge a stable/polished version aka milestone into a branch which updates the website.
is there a possibility to archive this? is there a way to check if a merge was done? a post-merge hook if you will.