개발/기타
맥(Mac)에서 Unity3D의 UVersionControl 플러그인이 작동하지 않는 문제
가리봉맨
2013. 7. 17. 17:24
반응형
저장소와 로컬의 Subversion (svn) 버전이 다른 경우
- 에러 메시지: Working copy is too old (format 10, created by Subversion 1.6)
- 해결 방법: 2013_Summer_Project가 Subversion 1.6x 버젼을 사용하므로 로컬에서도 Subversion 1.6x 버젼을 사용해야 한다.
- 관련 링크:
http://raid79.tistory.com/398
저장소 계정을 자동으로 얻어오는 데에 실패한 경우
- 에러 메시지 : Could not authenticate to server: rejected Basic challenge?
- 해결 방법: 터미널에서 다음 명령어를 실행한다.
svn info --username USERNAME --password PASSWORD https://server/svn/repository/ - 관련 링크:
http://stackoverflow.com/questions/10440685/what-is-the-cause-and-solution-to-svn-could-not-authenticate-to-server-rejecte
반응형