Add new comment
Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
|
Yes, content of post-commit was the problem, cause it has been launched under user apache:apache which has /sbin/nologin option in /etc/passwd, at least on my system. So no one ever accessed /usr/bin/svn update and enetered user and pass for svn repo using user apache. In this case this helps: chown -Rv apache.apache /usr/local/subversion/ /usr/local/apache2/ and in post-commit you type: /usr/bin/svn update /usr/local/apache2/htdocs/ --username svn_user --password svn_pwd --non-interactive >> /usr/local/subversion/repository/logs/post-commit.log Cheers!
Reply |





Recent comments
3 hours 50 min ago
5 hours 33 min ago
7 hours 58 min ago
8 hours 5 min ago
12 hours 39 min ago
14 hours 39 min ago
18 hours 3 min ago
20 hours 9 min ago
20 hours 20 min ago
22 hours 47 min ago