HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 3 and Version 4 of dev-util/subversion


Ignore:
Timestamp:
08/15/07 13:19:14 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/subversion

    v3 v4  
    88 
    99==== revision 1 (brecht) ==== 
     10 
     11I build subversion using the dependencies package (subversion-deps-1.4.4.tar.gz) provided on the subversion website. 
    1012 
    1113On linking, gcc spits out errors like this one: 
    … …  
    5052 
    5153It'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{{{ 
     59svn_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{{{ 
     63EXCEPTION: SVNRepositoryCopyFailure 
     64}}} 
     65 
     66  These are also because of the broken locking. 
     67 
     68there 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. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/