浏览 2115 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-11-26
- 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. 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2008-01-08
找了半天!
|
|
返回顶楼 | |
发表时间:2008-01-08
主意是client
|
|
返回顶楼 | |