Subversion: Can't move... Permission Denied
Posted
by
yalestar
on Server Fault
See other posts from Server Fault
or by yalestar
Published on 2010-08-27T20:31:05Z
Indexed on
2014/06/03
3:30 UTC
Read the original article
Hit count: 501
Whilst trying to commit some files to SVN, we're suddenly all getting this error
Can't move '/usr/local/svn/articles/db/txn-protorevs/2002-8.rev'
to '/usr/local/svn/articles/db/revs/2/2003': Permission denied
I checked the permissions in the repository, and they look the same as all our other repositories, yet this is the only repo that causes the error.
Any ideas how I can fix this?
SVN is running as root on Linux via svnserve, FWIW.
© Server Fault or respective owner