Hello:
On Fri, Apr 18, 2008 at 7:59 PM, Jeroen Janssen
<[EMAIL PROTECTED]> wrote:
> I was wondering where to specify that git svn should use a http proxy
> for accessing http based svn repositories.
Personally I have no experience with this situation, but IIRC, git-svn
is a Perl script that calls the Perl bindings for Subversion for
network access. Therefore it should use the Subversion-style proxy
definitions [1]. Since msysgit uses msys, it may not be under the
Windows area, but Unix area (${HOME}/.subversion). Please report what
is the behavior.
> I have used the 'native' svn through a proxy server, so it should be
> possible.
> I just don't know exactly where to specify this in the msysGit
> environment.
There are many ways to specify http proxy settings for git commands. I
know of env vars http_proxy and no_proxy because of curl. There is
also config http.proxy, config remote.<name>.proxy, and core.gitproxy.
However, I do not believe they apply to git svn as explained above.
References:
[1] http://subversion.tigris.org/faq.html#proxy
Best regards,
Clifford Caoile