Re: SVN Behind Proxy



On Tue, Aug 12, 2008 at 01:12:35PM +0700, Zaki Akhmad wrote:
I am trying to get some source code with SVN. My access to Internet is
behind proxy. How do I set the SVN (I use subversion package) so that
I can access the source code?

Here's the command I should write (example)
$ svn checkout http://blabla.googlecode.com/svn/trunk/ blabla-read-only

Most commandline apps that can use an HTTP proxy read the http_proxy
environment variable. If you are using a bash-like shell, try:

export http_proxy=http://my-proxy-server.com:8080/
svn checkout http://blabla.googlecode.com/svn/trunk/ blabla-read-only

This assumes that your proxy is running on port 8080 of
my-proxy-server.com; modify appropriately. I'm not 100% certain svn
supports HTTP proxies, but if it does then this is likely how to specify
it.

Zaki Akhmad
--Greg


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Subversion and apache2
    ... Attempting to import from the command line and getting the following error: ... svn: ... Error log on the server shows: ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • New to Subclipse Behind Restrictive Firewall & RA layer request failed
    ... I figured it was a proxy issue, but if try the same URL, but with ... Is there something else to install (all I installed was Subclipse, ... to connect to SVN service. ...
    (comp.lang.java.programmer)
  • Re: Datei wiederherstellen
    ... Für alles andere bietet sich die Verwendung eines CVS an, welches ein zurückgehen zu einer älteren Version erlaubt. ... Also ich bin mit SVN und TortoiseSVN sehr zufrieden, und wenn du nicht gerade ein Apache laufen hast empfehle ich dir, SVNService zu benutzen. ... Mit dem SVN Proxy sind dann die Funktionen der Quellcodeverwaltung im VS genau so nutzbar als wenn du VSS verwendest, abgesehen vielleicht von ein paar wesentlichen Unterschieden dieser Produkte. ... h. man muss eine Datei vorm Umbenennen oder verschieben nicht erst aus dem Projekt entfernen, im Archiv umbenennen/verschieben, dann neu abrufen und die Datei wieder ins Projekt aufnehmen. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: SVN Behind Proxy
    ... I am trying to get some source code with SVN. ... You can define a proxy for all projects or for specific ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: svn checkout via a web-browser?
    ... svn.gnome.org/svn/tracker/trunk) due to being behind a proxy server. ... Only if your web browser is a also svn client. ...
    (Debian-User)