Automatic file update on a non-svn folder while doing svn commit -


I have svn repositories and virtual hosts that are set on the same Linux server. Whenever developers have made changes, I I want the site files (files on Webroot) to be updated at the same time. Files on Webroot do not have a svn work copy; I was able to update a copy of another svn working using posted hooks, but do not know how to update another non-svn folder.

You can do one with post-cut hooks.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -