I want to enable monitoring of remote read-only subversion for commit changes and do “svn update” immediately. How i can do this ?
Maybe some script with wget of svn log page, cut(grep) everything except first line with revision, compare number with local copy(is there an svn command that will display local rev number?) and it it is not equal then run “svn update” and set this script to run every minute ?
This will do the trick: