论坛首页 入门技术论坛

Enable https for Subversion client

浏览 2115 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-11-26  
Subversion support protocol like:
- For anonymous: http, svn
- For committer: https, svn+ssh

But as default, if you compile subversion client from source code, it only enable http, svn and svn+ssh but https, which often used by open source project such all projects of www.apache.org, actually enable https for subversion client is straightforward:

- download source tar from www.tigris.org
$ tar zxvf subversion-1.4.5.tar.gz
$ tar zxvf subversion-deps-1.4.5.tar.gz
$ cd  subversion-1.4.5
$ ./configure --prefix=/local/subversion-1.4.5-ssl --with-ssl
$ make
$ make install


I did see many articles on this, but those articles are so complex to understand, IMO, enable https is very easy.
   发表时间:2008-01-08  
找了半天!
0 请登录后投票
   发表时间:2008-01-08  
主意是client
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics