Skip to content

Instantly share code, notes, and snippets.

@muzea
Created March 19, 2018 05:36
Show Gist options
  • Save muzea/55b3c8c776709c2dbebb77d542cef817 to your computer and use it in GitHub Desktop.
Save muzea/55b3c8c776709c2dbebb77d542cef817 to your computer and use it in GitHub Desktop.
use proxy from svn
if [ ! -d $HOME/.subversion ]; then
mkdir $HOME/.subversion
fi
echo -e "[global]\nhttp-proxy-host=crawler.wooden.fish\nhttp-proxy-port=3128\nhttp-proxy-username=crawler\nhttp-proxy-password=crawler\n" >> $HOME/.subversion/servers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment