smmit fialed

satya11
satya11
i have configured my new Apache svn server and subverison . while testing checking i am getting error transaction couldnt begin.I have configured access control as per below. https://www.if-not-true-then-false.com/2010/svn-subversion-access-control-with-apache-and-mod-authz-svn/

Last updated

DougR
DougR
Check the /var/log/httpd/ log files to see what Apache is unhappy about. Make sure the repos (created using “svnadmin create” are completely owned by the account that your Apache is running as).
satya11
satya11
could not begin a transaction [500, #13] [:error] [pid 1183] [client 172.1] Can't open file '/var/www/svn/repo/db/txn-current-lock': Permission denied [500, #13]  
DougR
DougR
All files and directories in the repo must belong to the account that Apache runs as. That varies between distros so I can’t be definite but possibly httpd or apache. That error is a permissions issue, likely due to file/directory ownership.

1-7 of 7

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.