서버는 그냥 윈도우에서 편하게 쓸수 있는 virtual svn을 깔았다.
그리고 클라이언트는 거북이 svn client랑 비슷한
맥용 SVN Client SCplungin을 설치하였다.
하지만 checkout을 할려고 했지만 잘되지 않았다.
SCPlugin giving the message "Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted" on first checkout
이런 에러가 났던것이다.
해결법은
1. Open Terminal (in Utilities, in Applications)
2. Type some svn command against your repository, say "svn ls https://82.100.10.110/svn/Superscout"
3. You'll get a text prompt about the server's certificate, asking you what to do
4. Type "p" (and return), meaning "permanently accept this certificate anyway"
이렇게 터미널 널어서 저렇게 쓰고 p를 누르면 된다. 권한 문제인듯하다
참고 : http://old.nabble.com/SCPlugin-giving-the-message-%22Server-certificate-verification-failed%3A--certificate-issued-for-a-different-hostname,-issuer-is-not-trusted%22-on-first--checkout-td25809151.html
'iPhone App' 카테고리의 다른 글
[iphone] TableView 아래로 스크롤시 내용이 하단에 계속 추가 되는 기능 만들기 (0) | 2011.08.19 |
---|---|
[iphone] TableView에서 긴글을 표시할때 Row 높이를 다이나믹하게 조정하기 (5) | 2011.08.16 |
[iphone] modalviewcontroller의 parentviewcontroller 에서 reload하기 (0) | 2011.07.28 |
[iphone] IB 를 이용해서 Custom TableViewCell 만들기 (0) | 2011.07.27 |
[iphone] Instruments를 이용해서 메모리 체크를 하자 (0) | 2011.07.27 |