- 论坛徽章:
- 0
|
- [root@bogon ~]# svn --version
- svn, version 1.6.17 (r1128011)
- compiled Oct 20 2011, 22:06:13
- Copyright (C) 2000-2009 CollabNet.
- Subversion is open source software, see http://subversion.apache.org/
- This product includes software developed by CollabNet (http://www.Collab.Net/).
- The following repository access (RA) modules are available:
- * ra_svn : Module for accessing a repository using the svn network protocol.
- - with Cyrus SASL authentication
- - handles 'svn' scheme
- * ra_local : Module for accessing a repository on local disk.
- - handles 'file' scheme
复制代码 少了一个- * ra_dav : 通过WebDAV (DeltaV) 协议访问档案库的模块。
- - handles 'http' scheme
- - handles 'https' scheme
复制代码 需要安装neon,不重新编译svn怎么把这个模块加进去呢? |
|