I have created a SSH/FTP/email user and when I connect to my MTServer using SSH and that user I can't access /home/XXXX/domains/mydomain.com/.
I am using subversion and it's working fine, but I want it to be able to auto update my webpage ( on the MTServer ) everytime I commit.
The post-commit hook works fine, because had tested with echo "did run" >> error_log;
But svn update is not working.
How can I solve this ?