Svn problem (read-only lock)

I have a little problem with my svn repositories.

When I try to check / update / commit, I get the following error:

svn: cannot open file '/ home / svn / bl_webdev / db / txn-current-lock': read-only file system

Perhaps this is a file permissions issue?

thank

+3
source share
4 answers

Yes, most likely, these are permissions. Make sure that the user on which the svn server is running has permission to write to the repository and all files / subdirectories. Remember that if you use svn through Apache, then the user will be www.

+1
source

, , , . SD- (, ) - , - .

mount - , , .

Ubuntu - ( remount ro ). fsck .

+4

, , , , , , .

​​, .

+1

Red Hat 7; SELINUX. restorecon -R/var/svn, . HTH - googler.

0

All Articles