websvn 설치후 svnlook history 에서 에러 발생...

jckim의 이미지

websvn을 설치하고 나서 웹에서 오픈시(listing.php?repname=NameToDisplay&path=%2F&sc=1) 다음과 같은 에러가 발생합니다.

명령 실행 에러: /usr/local/bin/svnlook history '/home/svn/sample' '/'

svn: Berkeley DB error while opening environment for filesystem /home/svn/sample/db:
?\199?\227?\176?\161 ?\176?\197?\186?\206?\181?\202

에러가 발생한다는 명령을 콘솔에서 실행시키면 별다른 문제가 없습니다.

svnlook history '/home/svn/sample' '/'
REVISION   PATH
--------   ----
       9   /
       8   /
       7   /
       6   /
       5   /
       4   /
       3   /
       2   /
       1   /
       0   /

무엇이 문제일까요??