ggad
发表于 2005-10-10 09:43:24
让svn使用代理
修改 ~/.subversion/servers
相关连接:
http://codespeak.net/pipermail/pypy-dev/2003q4/001045.html
http://migs.paraz.com/w/archives/2005/07/28/subversion-svn-proxy-over-inbound-ssh/
tingxx
发表于 2005-10-10 09:58:04
我的配置文件如下
可惜还是出现
$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs
svn: Can't connect to host 'anonsvn.kde.org': 拒绝连接
### http-proxy-port Port number of proxy host service
### http-proxy-username Username for auth to proxy service
### http-proxy-password Password for auth to proxy service
### http-proxy-exceptions List of sites that do not use proxy
### http-timeout Timeout for HTTP requests in seconds
### http-compression Whether to compress HTTP requests
### neon-debug-mask Debug mask for Neon HTTP library
### ssl-authority-files List of files, each of a trusted CAs
### ssl-trust-default-ca Trust the system 'default' CAs
### ssl-client-cert-file PKCS#12 format client certificate file
### ssl-client-cert-password Client Key password, if needed.
###
### HTTP timeouts, if given, are specified in seconds.A timeout
### of 0, i.e. zero, causes a builtin default to be used.
###
### The commented-out examples below are intended only to
### demonstrate how to use this file; any resemblance to actual
### servers, living or dead, is entirely coincidental.
### In this section, the URL of the repository you're trying to
### access is matched against the patterns on the right.If a
### match is found, the server info is from the section with the
### corresponding name.
# group1 = *.collab.net
# othergroup = repository.blarggitywhoomph.com
# thirdgroup = *.example.com
kde = *.*
### Information for the first group:
#
# http-proxy-host = proxy1.some-domain-name.com
# http-proxy-port = 80
# http-proxy-username = blah
# http-proxy-password = doubleblah
# http-timeout = 60
# neon-debug-mask = 130
http-proxy-host = 61.233.144.118
http-proxy-port = 80
http-timeout = 60
### Information for the second group:
#
# http-proxy-host = proxy2.some-domain-name.com
# http-proxy-port = 9000
# No username and password, so use the defaults below.
### You can set default parameters in the 'global' section.
### These parameters apply if no corresponding parameter is set in
### a specifically matched group as shown above.Thus, if you go
### through the same proxy server to reach every site on the
### Internet, you probably just want to put that server's
### information in the 'global' section and not bother with
### 'groups' or any other sections.
###
### If you go through a proxy for all but a few sites, you can
### list those exceptions under 'http-proxy-exceptions'.This only
### overrides defaults, not explicitly matched server names.
###
### 'ssl-authority-files' is a semicolon-delimited list of files,
### each pointing to a PEM-encoded Certificate Authority (CA)
### SSL certificate.See details above for overriding security
### due to SSL.
#
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
# http-compression = no
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem
wall_john
发表于 2005-10-10 10:32:18
你们都在升级,我则想办法退到kde3.3.2,还是这个版本的稳定,且速度较快
mandrakechina
发表于 2005-10-10 17:44:00
3.3.2里,如果不将kopete打补丁或者升级到SVN的话,kopete就上不了MSN。另外,kde 3.3中的kpdf也很差劲,直到KDE 3.5才算真正解决了中文问题(没看过kpdf邮件列表存档的,无权对此问题发表意见)。
tingxx
发表于 2005-10-10 20:37:17
的确,在3.5b1中,kpdf显示中文非常好 :mrgreen:
谁比我菜?
发表于 2005-10-10 21:12:20
哪弄的spec文件?
tingxx
发表于 2005-10-10 21:14:47
没用spec
下载源码,make install
谁比我菜?
发表于 2005-10-10 21:42:02
qt的版本是多少?我也下过源码编译,可总是遇到错误。 :-(
tingxx
发表于 2005-10-10 21:46:45
什么错误?是不是编编kdebase时显示少libacl.la?
我的qt是 qt-3.3.4-3mgc
谁比我菜?
发表于 2005-10-10 21:51:38
忘了,好像是编译kdelibs时出的错误。编译时的qt版本可能是3.3.5。
mandrakechina
发表于 2005-10-10 22:39:43
kde 3.5beta1根本就不支持qt 3.3.5。难道你在编译的时候从来都不看release note和相关的文档么?
demonlj
发表于 2005-10-10 23:25:34
just the same problem proxy for SVN
谁比我菜?
发表于 2005-10-11 12:25:54
熬了一夜,终于编译完了kde 3.5 beta1,但进入后发现系统托盘的输入法图标不见了。只好终端输入命令fcitx,结果,Konsole和Konqueror立即崩溃。
好像速度快了些……
tingxx
发表于 2005-10-11 12:31:50
我的没有这个问题
但是有另一个好玩的事
进入一个中文目录,复制一个文件,然后返回上一层,再粘贴
会出现对话框说XXXX文件不存在xxxx是一堆乱码...
另一个bug就是浏览网页时的搜索,你用它里面的google,总会在你的关键字前加个gg:
郁闷呀
demonlj
发表于 2005-10-11 12:46:44
through SSH to login in a sever in my school, i have got the SVN of KDE
good news!