Changes between Version 3 and Version 4 of dev-util/subversion
- Timestamp:
- 08/15/07 13:19:14 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/subversion
v3 v4 8 8 9 9 ==== revision 1 (brecht) ==== 10 11 I build subversion using the dependencies package (subversion-deps-1.4.4.tar.gz) provided on the subversion website. 10 12 11 13 On linking, gcc spits out errors like this one: … … 50 52 51 53 It's possible to build with SSL support using {{{--with-ssl}}}. Be sure to specify {{{CPPFLAGS}}} and {{{LDFLAGS}}} so that the OpenSSL headers and libs can be found. I successfully built subversion with [http://www.bebits.com/app/4317 OpenSSL 0.9.7j]. 54 55 {{{make check}}} fails on: 56 57 * file locking 58 {{{ 59 svn_tests: Can't get exclusive lock on file 'test-repo-commit-authz/db/transactions/0-1.txn/rev-lock': Invalid argument 60 }}} 61 * most of the python test programs 62 {{{ 63 EXCEPTION: SVNRepositoryCopyFailure 64 }}} 65 66 These are also because of the broken locking. 67 68 there is no {{{flock()}}} in BeOS. Instead, flock_server (http://www.bebits.com/app/4030) can be used. APR needs to be adjusted to use it.
