lnln1111 / gappproxy

Automatically exported from code.google.com/p/gappproxy
GNU General Public License v3.0
0 stars 1 forks source link

无法使用GAppProxy作为svn代理 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 
将gappproxy作为turtoiseSVN的代理,然后执行任何操作,比如说upd
ate

What is the expected output? What do you see instead?
--------------------------------------------
activate.adobe.com - - [14/Sep/2009 20:48:16] code 501, message Unsupported
meth
od ('OPTIONS')
activate.adobe.com - - [14/Sep/2009 20:48:16] "OPTIONS
https://crystal.svn.sourc
eforge.net/svnroot/crystal/CS/trunk HTTP/1.1" 501 -
Traceback (most recent call last):
  File "proxy.py", line 352, in <module>
    httpd.serve_forever()
  File "d:\Python26\lib\SocketServer.py", line 224, in serve_forever
    r, w, e = select.select([self], [], [], poll_interval)
KeyboardInterrupt

What version of the product are you using? On what operating system?
使用python2.6, winxp, 最新的打了9月12号补丁的fetchserver

Original issue reported on code.google.com by ranjiao on 14 Sep 2009 at 12:51

GoogleCodeExporter commented 9 years ago
刚看到这个问题,不知为什么google没有转发到groups。

google app 
engine不支持OPTIONS请求,而你的svn看来是用到OPTIONS了。

Original comment by dug...@188.com on 17 Sep 2009 at 1:01