Access denied! HELP!
From: Evgeniy Romas <jeka_at_orbita1.ru>
Date: 2006-06-27 10:47:04 CEST
Good day! We have a problem with an access to the remote repositories.
When user downloads his copy of repository into his home folder on
Subversion reported an error while doing clean up!
In directory '[path_to_copy_of_repository]'
Error processing command 'commited' in '[path_to_copy_of_repository]'
Error replacing text-base of 'file.txt'
Can't set file
Read-write: access denied.
In the settings of Samba the following is written:
[web]
path = /var/www
read only = no
public = yes
browseable = yes
guest ok = no
valid users = [here_is_some_users]
writable = yes
force group = users
create mask = 0777
force create mode = 0777
directory mask = 0777
SVN-server(options during the starting of demon):
SVNSERVE_OPTS="--root=/var/svn"
SVNSERVE_USER="apache"
SVNSERVE_GROUP="apache"
The folder with depositories has been chowned for apache:apache: chown
Apache piece of conf:
<Location /test>
DAV svn
SVNPath /var/svn/test
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
# SVNAutoversioning on
# DavGenericLockDB /var/svn/smartppc/locks
</Location>
An access to repository is carried out by the URL:
svn://ip_address_of_svn_server/test/
Then the TortoiseSVN opens
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.