« Return to Thread: ignored NTLM challenge

Re: ignored NTLM challenge

by jackr :: Rate this Message:

| View in Thread

On Feb 21, 2011, at 2:40 PM, webpost@... wrote:

> Is it possible to get around this error?
>
> svn: OPTIONS of 'https://domain:port#/svn/CoSMOS-CoFR-Actions/trunk': authorization failed: Could not authenticate to server: ignored NTLM challenge (https://domain:port#)
>
> The server is VisualSVN, and I assume connections from Windows work without issue because NTLM is M$.  What can be done to make SCPlugin work with it on a Mac?

I've never encountered this error. Looking at info on the net wasn't very helpful.

Some people with similar symptoms may be having the problem because they're using http:// instead of https:// (see http://www.visualsvn.com/support/topic/00040/). But that doesn't seem to be your problem: you're using https.

Others report that they can get this error if they use a user name of

  domain/username

instead of

  domain\username

One last possibility would be to try the operation from the command line, using /usr/local/bin/svn:

% /usr/local/bin/svn checkout https://...

If you get prompts for user name and passwords here, the answers will be saved where SCPlugin can re-use them.

------------------------------------------------------
http://scplugin.tigris.org/ds/viewMessage.do?dsForumId=1525&dsMessageId=2707704

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

 « Return to Thread: ignored NTLM challenge