svn issue : format: permission denied
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/
'IDE & Build > Subversion' 카테고리의 다른 글
subversion 설치 매뉴얼 (0) | 2012.03.11 |
---|---|
Trac (0) | 2012.03.11 |
이클립스에서 SVN 사용 - SVN에 프로젝트 업로드 하기 (0) | 2012.03.11 |
svn - branches, tags, trunk 의미 (0) | 2012.03.07 |
svn : Can't create tunnel : 지정된 파일을 찾을 수 없습니다. (0) | 2010.12.24 |