Svn problem (read-only lock)

svn

I'm having a slight problem with my svn repositories.

When I try checking out/updating/committing I get the following error:

svn: Can't open file '/home/svn/bl_webdev/db/txn-current-lock': Read-only file system

Is this likely a file permission issue?

Thanks

Best Answer

Read only filesystem indicates that the volume that was mounted is read-only. Is it a SD-Card (maybe write protected), or a volume on some fileserver that might be read-only for some reason.

Type mount without any parameter to see if the filesystem at that place was mounted read-only.

On Ubuntu boxes another possibility to have a read-only system is that there were errors on the partition (remount ro parameter after errors). In this case running a fsck and reboot might help out.