Error: 220001 (Item is not readable) Description: Unreadable path encountered; access denied
SVN E220001 오류가 발생 했을 때
SVN Server 설정 파일중에서
svnserve.conf 파일을 아래와 같이 설정해준다.
[general]
anon-access = none
출처
http://stackoverflow.com/questions/3584643/svn-access-denied-when-comparing-revisions
'프로그래밍 > tip' 카테고리의 다른 글
[tip] GreenShock ScrollToPlugin (0) | 2015.02.06 |
---|---|
[tip] 일차함수 (0) | 2015.02.05 |
[tip] 최초 시작시 scrollTop() 이 적용되지 않을 때 (0) | 2015.01.28 |
[tip] SVN E160028 오류 (0) | 2015.01.27 |
[tip] 웹스톰에서 svn checkout 에러 발생할 때 (0) | 2015.01.27 |