I recently created a new repository on an SVN installation. When attempting to commit the code base for the first time, I am getting the error Commit failed: Can't open file '/svn/repos/myrepository/trunk/format' (Using SmartSVN). Here are some details about the installation:
Repo Config Dir:
/svn/repos/myrepository/
Repo Files Dirs:
/myrepository/trunk, /myrepository/branch, /myrepository/tags
I have ensure that both /svn and /myrepository have drwxrwx permissions and root:root ownership. Also I ensured the user = root in /etc/xinetd.d/svn.
try having
drwxrwxrwxand then if it is working then it’s a user permissions problem…just do it using command
For example I have
drwxrwxbut my owner of svn folder is my username.. that is not the root one…If you want to change your
svnowner.. you can do it like this: