windows - Using Subversion via IntelliJ IDEA With NTLM -


does know how can automatically use current ntlm credentials in idea when working subversion?

i have idea 9.0.4 , "not logged in subversion '[ad realm]' (http://[branch])". (replace [information] actual technical details) when try update/commit/etc.

try setting following system property -dsvnkit.http.ntlm=jna - make svnkit use native windows api through jna support jna. native implementation may work better you. both pure java , jna-based implementations of ntlm support in svnkit unfortunately not work in environments.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -