I want to automate publishing to my staging webserver from SVN everytime I commit a change.
The strange thing is i log in as the same user the svn server is running and run the post-commit it is working, if I commit a change the svn update is not done, but I do see a timestamp on my logging file.
echo `date +'%y.%m.%d %H:%M:%S'` >> /var/log/svnupdate
svn update /var/www/test >> /var/log/svnupdate
Is there someone who can help me?
SVN I'm using is ubersvn.