On Fri, Feb 26, 2010 at 05:44:38PM +0200, Matthew Beets wrote: > Now when I try to checkout my empty test repository ( using "svn checkout > svn://localhost/test C:\svntestcheckout" ) I get the message: > > svn: apr memcache library not available
Sounds like the APR library shiipping with the collab.net svn binaries has not been compiled with support for memcached. They certainly used to, but maybe this has changed? See http://svn.haxx.se/users/archive-2009-06/0676.shtml By the way, typing "memcached" into the search box at http://svn.haxx.se/ turns up lots of information, including people reporting performance measurements. > I'm not sure what to do at this point. Am I missing a step? Is there > something extra that I need to make this work on Windows? Find binaries built with APR with memcached support. You may need to build your own. Stefan