svn issue : format: permission denied

Posted in FREEBSDRED HAT LINUXSERVERS by edeguzman on September 11, 2011

This is one crazy issue in svn. It took me 3 hours to solve this permission denied issue, what a waste.

Now usually you have a repository path of /home/svn/repo , the only chmod you apply is on repo directory
but this is not the case. You should chmod the entire svn home directory. Works for me.

Below is what I did to solve the issue.

chmod -R 755 /home/svn



출처 -  http://edeguzman.wordpress.com/2011/09/11/svn-issue-format-permission-denied/
Posted by linuxism
,