You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by jacob thomas <ja...@deloitte.com> on 2006/11/07 12:11:21 UTC

PROPFIND + authorization failed

Hi group,
I  am also facing same kind of an issue
when i try to use the http://.. protocol url, I am getting an error saying 
-------------------------------------------------------------------------------
Provider message: The svn command failed.
Command output: 
-------------------------------------------------------------------------------
svn: PROPFIND request failed on '/xxx/yyy/zzz'
svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
(http://ipaddress:port)
-------------------------------------------------------------------------------
please let me know how to get out of from.
regards
~jacob

-- 
View this message in context: http://www.nabble.com/PROPFIND-%2B-authorization-failed-tf2588075.html#a7216485
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: PROPFIND + authorization failed

Posted by Barrie Treloar <ba...@gmail.com>.
> http://freshmeat.net/projects/ntlmaps/
>
> Run this proxy and tell your Subversion client, or Maven, to use the APS
> proxy.

This will work for http but won't for https. ntlmaps has problems with
chunked encodings.
>From the original problem email the scm url looks like it is http, so
you should be ok.

Re: PROPFIND + authorization failed

Posted by Jeremy Whitlock <jc...@gmail.com>.
In the event you are behind an MS ISA Proxy, use the following proxy to help
you get through:

http://freshmeat.net/projects/ntlmaps/

Run this proxy and tell your Subversion client, or Maven, to use the APS
proxy.

Take care,

Jeremy

On 11/7/06, Barrie Treloar <ba...@gmail.com> wrote:
>
> On 11/7/06, jacob thomas <ja...@deloitte.com> wrote:
> >
> > Hi group,
> > I  am also facing same kind of an issue
> > when i try to use the http://.. protocol url, I am getting an error
> saying
> >
> -------------------------------------------------------------------------------
> > Provider message: The svn command failed.
> > Command output:
> >
> -------------------------------------------------------------------------------
> > svn: PROPFIND request failed on '/xxx/yyy/zzz'
> > svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
> > (http://ipaddress:port)
> >
> -------------------------------------------------------------------------------
> > please let me know how to get out of from.
> > regards
> > ~jacob
>
> Are you behind a firewall?
> Do you know what type of firewall?
> I suspect it is a Microsoft ISA firewall which requires NTLM
> authentication.
> If so then none of the maven product line support NTLM yet.
>

Re: PROPFIND + authorization failed

Posted by Barrie Treloar <ba...@gmail.com>.
On 11/7/06, jacob thomas <ja...@deloitte.com> wrote:
>
> Hi group,
> I  am also facing same kind of an issue
> when i try to use the http://.. protocol url, I am getting an error saying
> -------------------------------------------------------------------------------
> Provider message: The svn command failed.
> Command output:
> -------------------------------------------------------------------------------
> svn: PROPFIND request failed on '/xxx/yyy/zzz'
> svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
> (http://ipaddress:port)
> -------------------------------------------------------------------------------
> please let me know how to get out of from.
> regards
> ~jacob

Are you behind a firewall?
Do you know what type of firewall?
I suspect it is a Microsoft ISA firewall which requires NTLM authentication.
If so then none of the maven product line support NTLM yet.

Re: PROPFIND + authorization failed

Posted by Emmanuel Venisse <em...@venisse.net>.
Hmm.

If you run 'svn co http://...' on continuum machine with the user that run continuum, do you have 
the same result?

you can try with an URL like this: http://username:password@ipaddress:port/path_ti_your_repo

Emmanuel

jacob thomas a écrit :
> I tried this option also by giving the username and password directly to the
> project Edit screen.
> result remain the same.
> ~jacob
> 
> 
> Emmanuel Venisse wrote:
>> You can define user/password to use in Project Edit screen
>>
>> Emmanuel
>>
>> jacob thomas a écrit :
>>> Hi group,
>>> I  am also facing same kind of an issue
>>> when i try to use the http://.. protocol url, I am getting an error
>>> saying 
>>> -------------------------------------------------------------------------------
>>> Provider message: The svn command failed.
>>> Command output: 
>>> -------------------------------------------------------------------------------
>>> svn: PROPFIND request failed on '/xxx/yyy/zzz'
>>> svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
>>> (http://ipaddress:port)
>>> -------------------------------------------------------------------------------
>>> please let me know how to get out of from.
>>> regards
>>> ~jacob
>>>
>>
>>
> 


Re: PROPFIND + authorization failed

Posted by jacob thomas <ja...@deloitte.com>.
I tried this option also by giving the username and password directly to the
project Edit screen.
result remain the same.
~jacob


Emmanuel Venisse wrote:
> 
> You can define user/password to use in Project Edit screen
> 
> Emmanuel
> 
> jacob thomas a écrit :
>> Hi group,
>> I  am also facing same kind of an issue
>> when i try to use the http://.. protocol url, I am getting an error
>> saying 
>> -------------------------------------------------------------------------------
>> Provider message: The svn command failed.
>> Command output: 
>> -------------------------------------------------------------------------------
>> svn: PROPFIND request failed on '/xxx/yyy/zzz'
>> svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
>> (http://ipaddress:port)
>> -------------------------------------------------------------------------------
>> please let me know how to get out of from.
>> regards
>> ~jacob
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/PROPFIND-%2B-authorization-failed-tf2588075.html#a7220684
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: PROPFIND + authorization failed

Posted by Emmanuel Venisse <em...@venisse.net>.
You can define user/password to use in Project Edit screen

Emmanuel

jacob thomas a écrit :
> Hi group,
> I  am also facing same kind of an issue
> when i try to use the http://.. protocol url, I am getting an error saying 
> -------------------------------------------------------------------------------
> Provider message: The svn command failed.
> Command output: 
> -------------------------------------------------------------------------------
> svn: PROPFIND request failed on '/xxx/yyy/zzz'
> svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
> (http://ipaddress:port)
> -------------------------------------------------------------------------------
> please let me know how to get out of from.
> regards
> ~jacob
>