This Question is Answered

2 "helpful" answers available (2 pts)
9 Replies Last post: Nov 27, 2008 6:49 PM by M. J. Milicevic  
M. J. Milicevic Apprentice 688 posts since
Aug 22, 2002
Currently Being Moderated

Nov 26, 2008 6:06 PM

Subversion authentication broken in v8?

I cannot commit anything with version 8 to our subversion (idea v7 works just fine)

 

When working at home I have to commit through https and in the office not, but neither works.

I cleared ssh/subversion  credentials but it doesn't help.Also, trying to authenticate  with DOMAIN\username doesn't help either.

(linux version, EAP 9162, few earlier eap's failed to btw.)

 

any help/hints?

Serge Baranov JetBrains 817 posts since
Jan 16, 2002
Currently Being Moderated
Nov 27, 2008 5:59 PM in response to: M. J. Milicevic
Re: Subversion authentication broken in v8?

Can you try to authenticate with this repository from the command line client? Does it work? If it works, IDEA should be able to use your authentication cache from the command line Subversion client (try the latest IDEA 8.0.1 version released today).

 

If you are using a proxy in IDEA configuration, check that it's disabled for the Subversion.

 

What error message do you get? Connection problem or authentication problem?

Serge Baranov JetBrains 817 posts since
Jan 16, 2002
Currently Being Moderated
Nov 27, 2008 6:28 PM in response to: M. J. Milicevic
Re: Subversion authentication broken in v8?

Please add the following option in IDEA_HOME\bin\idea.exe.vmoptions file and restart IDEA:

 

-Dsvnkit.http.methods=Basic,NTLM

Serge Baranov JetBrains 817 posts since
Jan 16, 2002
Currently Being Moderated
Nov 26, 2008 7:35 PM in response to: M. J. Milicevic
Re: Subversion authentication broken in v8?

What SVN server type/version do you use? Any proxy configuration? What is the error message displayed by IDEA?

More Like This

  • Retrieving data ...