You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Archie <i0...@yahoo.com.tw> on 2004/12/22 15:27:00 UTC

How to get thru. proxy in NT environment?

Hi,
  I used svn try to get thru. a customer's env. with
the following command and the corresponding proxy
setting, but had some error. When the same command is
in Non-NT env. it works. what is wrong? The details
are as follows:

command:
svn checkout
http://www.mycompany.com/svn/to-some-directory/

error:
svn:PROPFIND of '/repos/asf/cocoo':407 Proxy
Authentication Required (The ISA Server requires
authorization to fulfill the request. Access to the
Web  Proxy service is denied).


Regards,
Rice






		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: How to get thru. proxy in NT environment?

Posted by Toby Johnson <to...@etjohnson.us>.
Archie wrote:

>Hi,
>  I used svn try to get thru. a customer's env. with
>the following command and the corresponding proxy
>setting, but had some error. When the same command is
>in Non-NT env. it works. what is wrong? The details
>are as follows:
>
>command:
>svn checkout
>http://www.mycompany.com/svn/to-some-directory/
>
>error:
>svn:PROPFIND of '/repos/asf/cocoo':407 Proxy
>Authentication Required (The ISA Server requires
>authorization to fulfill the request. Access to the
>Web  Proxy service is denied).
>  
>
It looks like they have a transparent proxy for all http:// requests set
up on their NT server which requires authentication. I'm guessing it
uses Windows Domain authentication which normally takes place without
user intervention. Talk to your network administrator to see if there's
a way around the proxy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org