EDV:KIPProxy/subversion: Difference between revisions
From KIP Wiki
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽
(Created page with "You also may want to read the instruction given in http://subversion.apache.org/faq.html#proxy == Linux == in ''~/.subversion/servers'' (~ means your home-directory) ed...") Â |
No edit summary |
||
Line 1: | Line 1: | ||
You |
You may also want to read the instruction given in |
||
http://subversion.apache.org/faq.html#proxy |
http://subversion.apache.org/faq.html#proxy |
||
Line 5: | Line 5: | ||
== Linux == |
== Linux == |
||
in ''~/.subversion/servers'' (~ means your home-directory) |
in '''~/.subversion/servers''' (~ means your home-directory) |
||
edit the following lines with the proxy host and port: |
edit the following lines with the proxy host and port: |
||
[global] |
[global] or use a different section |
||
http-proxy-host = proxy.kip.uni-heidelberg.de |
http-proxy-host = proxy.kip.uni-heidelberg.de |
||
http-proxy-port = 8080 |
http-proxy-port = 8080 |
||
== Windows == |
== Windows == |
||
If you use TortoiseSVN |
|||
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-settings.html |
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-settings.html |
||
Line 21: | Line 24: | ||
=== Windows 7 === |
=== Windows 7 === |
||
edit ''C:\Users\ |
edit '''C:\Users\"YourUsername"\AppData\Roaming\Subversion\servers''' : |
||
http-proxy-host = proxy.kip.uni-heidelberg.de |
http-proxy-host = proxy.kip.uni-heidelberg.de |
||
http-proxy-port = 8080 |
http-proxy-port = 8080 |
Revision as of 10:34, 15 November 2013
You may also want to read the instruction given in
http://subversion.apache.org/faq.html#proxy
Linux
in ~/.subversion/servers (~ means your home-directory)
edit the following lines with the proxy host and port:
[global] or use a different section
http-proxy-host = proxy.kip.uni-heidelberg.de
http-proxy-port = 8080
Windows
If you use TortoiseSVN
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-settings.html
Windows 7
edit C:\Users\"YourUsername"\AppData\Roaming\Subversion\servers :
http-proxy-host = proxy.kip.uni-heidelberg.de
http-proxy-port = 8080