begin to build gpe-image
时间:2007-04-18 来源:linuxGentoo
到现在遇到两个问题,自己都解决了
1 Unrecognized URL scheme
在使用svn http://...,如果没有与SSL联用,则回出现上述问题,我们可以通过使用svn --version来查看我们能否使用http,https
$ svn --version
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
要准备的文件是apr apr-util neon openssl svn
在解完svn后,configure需要加下面参数
--with-apr --with-apr-util --with-ssl --with-neon
这样就可以了,我们使用svn --version,则可以看到下面:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
1 Unrecognized URL scheme
在使用svn http://...,如果没有与SSL联用,则回出现上述问题,我们可以通过使用svn --version来查看我们能否使用http,https
$ svn --version
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
要准备的文件是apr apr-util neon openssl svn
在解完svn后,configure需要加下面参数
--with-apr --with-apr-util --with-ssl --with-neon
这样就可以了,我们使用svn --version,则可以看到下面:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
相关阅读 更多 +
排行榜 更多 +