"Daniel J. Luke" <dl...@geeklair.net> writes:

>> Does this work:
>> 
>> svnadmin create repo
>> svn import -mm repo/format file://`pwd`/repo/f
>> sqlite3 repo/db/rep-cache.db "select * from rep_cache"
>> 
>> The sqlite3 command should show a single line such as:
>> 
>> 5d9474c0309b7ca09a182d888f73b37a8fe1362c|1|0|14|2
>
> yes, this works and gives that result (but subversion itself passes
> its test when built/run by macports, so I would expect it to work).

I don't understand OSX terminology.  Are you claiming that the command
line binaries work and the JavaHL bindings fail?  The JavaHL bindings
use the same libraries to access the code as the commmand line clients.
If one works and the other does not it implies that the different
libraries are getting loaded at runtime.  I have no idea what you need
to do to get the correct libraries to load on OSX.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to