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

Re: [PATCH] Fix issue #2324

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Tue, 01 Apr 2008 13:37:32 +0530

Hi Dave,

David Glasser wrote:
> 2008/3/25 Senthil Kumaran S <senthil_at_collab.net>:
>>
>> I am attaching a patch along with this email which will fix issue #2324. This
>> adds a new parameter 'username' to the subversion config file.
>
> I think this would go better in ~/.subversion/servers.

Can the username parameter be something like the following in
~/.subversion/servers?

<snip>
[groups]
group1 = *.collab.net
othergroup = repository.blarggitywhoomph.com

### Information for the first group:
[group1]
http-proxy-host = proxy1.some-domain-name.com
http-proxy-port = 80
http-proxy-username = blah
http-proxy-password = doubleblah
http-timeout = 60
http-auth-types = basic;digest;negotiate
neon-debug-mask = 130
username = stylesen

### Information for the second group:
[othergroup]
http-proxy-host = proxy2.some-domain-name.com
http-proxy-port = 9000
username = harry

[global]
http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = defaultproxy.whatever.com
http-proxy-port = 7000
http-proxy-username = defaultusername
http-proxy-password = defaultpassword
username = sally
</snip>

-- 
Senthil Kumaran S
http://www.stylesen.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-01 10:07:56 CEST

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

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