<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Windows系統Subclipse設定Proxy方式"]]></title>
		<link>https://forum.andowson.com/posts/list/6.page</link>
		<description><![CDATA[Latest messages posted in the topic "Windows系統Subclipse設定Proxy方式"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Windows系統Subclipse設定Proxy方式</title>
				<description><![CDATA[ 若要在subclipse上設定Proxy，一般人往往會被困在 
<br>
 Windows-&gt;Preferences-&gt;General-&gt;Network Connection 的Proxy設定上好一陣子， 
<br>
然後發現一切還是無法正常運作... :evil: 
<br>
<br>
其實真正的subclipse設定檔是躲在 
<br>
[i]C:\Users\你的登入帳號\AppData\Roaming\Subversion\[/i] 下 
<br>
打開 [b]server[/b] 這個檔案，然後找到[global]區塊，依您的proxy參數進行修改 : 
<br>
<br>
[code][global] 
<br>
# http-proxy-exceptions = *.exception.com, www.internal-site.org 
<br>
http-proxy-host = proxy.mydomain.com 
<br>
http-proxy-port = 8080 
<br>
# http-proxy-username = defaultusername 
<br>
# http-proxy-password = defaultpassword[/code] 
<br>
<br>
設定正確之後應該就可以正常使用svn了~]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/589/1251.page</guid>
				<link>https://forum.andowson.com/posts/preList/589/1251.page</link>
				<pubDate><![CDATA[Wed, 14 Nov 2012 17:35:08]]> GMT</pubDate>
				<author><![CDATA[ jhliang]]></author>
			</item>
			<item>
				<title>回覆:Windows系統Subclipse設定Proxy方式</title>
				<description><![CDATA[ 剛剛測試了一下， 
<br>
發現如果同時要存取公司內部的SVN Repository和外部(如GoogleCode)的SVN Repository，將proxy設定在[global]會造成內部的SVN Repository無法存取，後來我改成用群組的方式設定外部的SVN Repository，這樣子就比較好管理了: 
<br>
[code][groups] 
<br>
googlecode = *.googlecode.com 
<br>
<br>
[googlecode] 
<br>
http-proxy-host = 10.160.3.88 
<br>
http-proxy-port = 8080 
<br>
<br>
[global][/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/589/1252.page</guid>
				<link>https://forum.andowson.com/posts/preList/589/1252.page</link>
				<pubDate><![CDATA[Thu, 15 Nov 2012 19:36:42]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:Windows系統Subclipse設定Proxy方式</title>
				<description><![CDATA[ 搬到SourceForge後設定可以修改如下: 
<br>
[code][groups] 
<br>
sourceforge = svn.code.sf.net 
<br>
<br>
[sourceforge] 
<br>
http-proxy-host = 10.160.3.88 
<br>
http-proxy-port = 8080[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/589/1463.page</guid>
				<link>https://forum.andowson.com/posts/preList/589/1463.page</link>
				<pubDate><![CDATA[Mon, 18 Feb 2019 19:28:02]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>