authorization failed: Could not authenticate to server: ignored NTLM challenge, rejected Basic challenge
이런 에러가 날경우 딱히 해결책이 없다 -_-
리눅스에서 svn co로 하면 문제가 없는데
윈도우의 tortoiseSVN에서만 하면 인증이 계속 실패
---
2011.11.16 추가
그냥 로그인시에 "domain\"을 추가해주면 되려나?
이런 에러가 날경우 딱히 해결책이 없다 -_-
리눅스에서 svn co로 하면 문제가 없는데
윈도우의 tortoiseSVN에서만 하면 인증이 계속 실패
---
2011.11.16 추가
For Basic and Digest schemes you provide a login name and a password. Like this:
ISVNAuthenticationManager authManager = new BasicAuthenticationManager( "login" , "password" );
In the NTLM auth scheme you also provide a domain name:
ISVNAuthenticationManager authManager = new BasicAuthenticationManager( "DOMAIN\\login" , "password" );
[링크 : http://wiki.svnkit.com/Authentication] |
If you are behind a corporate firewall that requires NTLM authentication, you can try a tool called NTLMAPS to check out from Subversion. If you are using Windows, we recommend TortoiseSVN as a Subversion client. [링크 : http://www.jtrac.info/doc/html/dev-guide.html] |
그냥 로그인시에 "domain\"을 추가해주면 되려나?
'프로그램 사용 > Version Control' 카테고리의 다른 글
git-svn (0) | 2011.12.23 |
---|---|
svn 과거버전 끌어오기? (0) | 2011.12.01 |
svn 명령어 (0) | 2011.10.16 |
rabbitVCS - 리눅스용 svn client (0) | 2011.10.15 |
git-svn 을 이용해서 svn 을 복제가능하다고? (0) | 2011.08.14 |