开发者

Using Subversion via IntelliJ IDEA With NTLM

开发者 https://www.devze.com 2023-02-06 10:15 出处:网络
Does anyone know how I can automatically use the current NTLM creden开发者_如何学Gotials in IDEA when working with Subversion?

Does anyone know how I can automatically use the current NTLM creden开发者_如何学Gotials in IDEA when working with Subversion?

I have IDEA 9.0.4 and get "Not logged In to Subversion '[AD Realm]' (http://[Branch])". (replace [information] with actual technical details) when I try to update/commit/etc.


Try setting the following system property -Dsvnkit.http.ntlm=jna - it will make SVNKit use native Windows API through JNA to support JNA. Native implementation may work better for you. Both pure Java and JNA-based implementations of NTLM support in SVNKit however unfortunately does not work well in some environments.


It should work automatically. If you are asked for the password, then the server doesn't accept NTLM auth from SvnKit library for some reason and authentication falls back to different method.

0

精彩评论

暂无评论...
验证码 换一张
取 消