SVN : 500 internal server error on my repository access
问题 (OS is Ubuntu Server) I create a new repository with SVN like that : $ svnadmin create myrepo --pre-1.6-compatible The first time, when I want to access in my new repository myrepo (with TortoiseSVN tool), I could reach in reading, but in writing, I couldn't (lock SVN message appears). So I found on forum post, a guy who recommanded to set all rights on repository like that : $ chmod -r 770 myrootrepositories And after that, I can't access to all my repositories ... with TortoiseSVN, this