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
8 hours 54 min ago
14 hours 42 min ago
16 hours 34 min ago
18 hours 18 min ago
22 hours 9 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 19 hours ago