躺在沙滩上的小猪

快乐的每一天

using svn checkout django behind proxy

   
vi ~/.subversion/servers

Edit file as following:
[global]
http
-proxy-host = 192.168.0.1
http
-proxy-port = 808

Check out django
svn co >>http://code.djangoproject.com/svn/django/trunk/

Install
python setup.py install

posted on 2005-12-30 16:24 martin xus 阅读(252) 评论(0)  编辑  收藏 所属分类: pythonlinux