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
Yes, likely it’s permissions. Make sure the user the svn server is run under has permission to write to the repository and all files/subdirectories. Remember that if you’re using svn through Apache then the user will be
www.