Hello!
I have installed Subversion to the virtual private server running under FreeBSD 8. I can access my repository using DAV svn. I've added 2 users into the svn.passwd file (but not with 'adduser command'! they actually not existing on the server) and they can update their working copies now. But when I try to commit I see the message:
Apache config:Code:svn: Can't open file '/home/svn/km-cargo/db/txn-current-lock': Permission denied
Modules loaded:Code:<Location /svn> DAV svn SVNParentPath /home/svn AuthType Basic AuthName "Subversion repository" AuthUserFile /usr/local/etc/svn.passwd Require valid-user </Location>
Well, one thing I want to notice is that all of this worked well until I had logged in to the server and created there a few working copies of repository.Code:LoadModule dav_module libexec/apache22/mod_dav.so LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so LoadModule authz_svn_module libexec/apache22/mod_authz_svn.so LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so
P.S.
Apache is www:www.Code:trans-mark# ll /home/svn/km-cargo/db/ total 138 -rw-r--r-- 1 root www 3 Nov 4 12:44 current -r--r--r-- 1 www www 22 Nov 4 11:17 format -rw-r--r-- 1 www www 5 Nov 4 11:17 fs-type -rw-r--r-- 1 www www 1959 Nov 4 11:17 fsfs.conf -rw-r--r-- 1 www www 2 Nov 4 11:17 min-unpacked-rev -rw-r--r-- 1 root www 118784 Nov 4 12:44 rep-cache.db drwxr-xr-x 3 www www 512 Nov 4 11:17 revprops drwxr-xr-x 3 www www 512 Nov 4 11:17 revs drwxr-xr-x 2 www www 512 Nov 4 12:44 transactions -rw-r--r-- 1 root www 2 Nov 4 12:44 txn-current -rw-r--r-- 1 www www 0 Nov 4 11:17 txn-current-lock drwxr-xr-x 2 www www 512 Nov 4 12:44 txn-protorevs -rw-r--r-- 1 root www 37 Nov 4 12:44 uuid -rw-r--r-- 1 www www 0 Nov 4 11:17 write-lock


Reply With Quote
Bookmarks