Ok, this is kinda related to a previous question i asked; Cannot do git-svn fetch behind proxy
But this time I need an automated jenkins script that does git svn fetch
to a repository that's outide our proxy.
As I found out in the other question, git-svn uses the proxy settings that's specified in the file servers
. And servers
is located at ~/.subversion.
Jenkins is set up on a machine running Windows server 2008, and I've searched for every servers
file on the machine and modified them all, but I still isn't able to do git svn fetch
without failing at the proxy.
I've tried to put a .subversion
folder in the workspace, since ~ evaluates to the current workspace (I think) in jenkins, but that didn't work either.
Any other ideas?