[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: problems with authentication

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-02-27 14:37:28 CET

Ramses,

I'll show you my solution, there are probably a lot of others, but this one I'm
sure of that it works:

1. Download ntlmaps from sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=69259&package_id=68110&release_id=303755
Unpack the zip file.

2. Install Python if you don't have it installed yet:
http://www.python.org/2.4.2/

3. In the ntlmaps install folder, there is a file called server.cfg. Make these
changes to the default file:
PARENT_PROXY:[fill in your proxy server]
PARENT_PROXY_PORT:[fill in your proxy port]
NT_DOMAIN: [fill in your domain name]
NTLM_TO_BASIC:1

4. In the ntlmaps folder, run the script runserver.bat
Change your IE's proxy settings to localhost:5865

5. In the folder c:\documents and settings\[your account]\Application
Data\Subversion open the file 'servers'
In this file, you can specify the proxy servers subversion will use. You have
the option to define them per server, or globally ( in the [global] section )

Suppose you define them globally, add this at the end of the file:

http-proxy-host = localhost
http-proxy-port = 5865
http-proxy-username = [your account]
http-proxy-password = [your password]

The format of the servers file is defined here:
http://svnbook.red-bean.com/nightly/en/svn.advanced.html#svn.advanced.confarea.opts.servers
-------------
This is what did it for me, hope it works for you too.

Lieven.

Quoting Ramsés Delgado Martínez <ramsesd@uci.cu>:

> Hello Lieven
> as you said, I had define a proxy in my IE, I removed it but the error
> continue and I don'n know how to set up a frontend proxy. Can you guide me??
>
...
> > I'm using subversion 1.3.0 with apache aunthentication. When I try to
> import
> > files the error below appear in the console screen
> >
> > C:\Documents and Settings\ramsesd\Desktop\test>svn import -m "Init Import"
> > http://localhost/svn/svnrepo/test
> > svn: PROPFIND request failed on '/svn/svnrepo/test'
> > svn: PROPFIND of '/svn/svnrepo/test': 407 Proxy Authentication Required
> > (http://localhost <http://localhost/> )

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 27 14:54:51 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.