On 11/1/13 12:52 PM, Tony Piselli wrote: > Upgraded to 10.9 server and reinstalled macports (2.2.1) and subversion, > version 1.8.4. Can't use subversion locally or with svnserve from another > client. Here's the svnserve crash report:
I think you should report this to macports. I built 1.8.4 on a 10.9 VM (haven't upgraded my normal machines yet) and ran our test suite against svnserve with no problems. I tried with both Apple's provided libraries that were already on the system: APR 1.4.5 APR-Util 1.3.12 SQLite 3.7.13 And also with my own source built libraries: APR 1.4.8 APR-Util 1.5.2 SQLite 3.7.15.1 If you have a reproduction recipe without using MacPorts we'd be interested in it, but at this point it looks like something specific to MacPorts. For the purposes of testing svnserve you don't need any dependencies that OS X doesn't already have. So it should be too terribly difficult to test on your own. After building you can run the test suite with svnserve via: make svnserveautocheck PARALLEL=1 (PARALLEL isn't required but it speeds it up)