[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN 1.6.5 with memcached

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 1 Oct 2009 15:06:20 +0100

On Thu, Oct 01, 2009 at 03:58:02PM +0200, Andrea Antonio Maleci wrote:
> May be nobody uses memcached with subversion ?
> I'm googleing but I don't find anything.
>
> Any hint will be appreciated.

You need to make sure your version of APR-util has support for
memcached. I know that APR-util 1.3.9 supports it, maybe older
versions support it, too. You will hopefully find more information
at http://apr.apache.org

Stefan

> Tks,
> Andrea
>
> From: Andrea Antonio Maleci [mailto:A.Maleci_at_iwbank.it]
> Sent: mercoledì 30 settembre 2009 15.31
> To: users_at_subversion.tigris.org
> Subject: SVN 1.6.5 with memcached
>
> Hi all,
> I've just built SVN 1.6.5 with httpd-2.2.13 on a Linux Machine, and everything works fine.
> Now I'm trying to use it with memcached.
> I've started memcashed daemon on 127.0.0.1:11211 using
> memcached -d -m 256 -l 127.0.0.1
> I've changed db/fsfs.conf with:
>
> [memcached-servers]
> first-server = 127.0.0.1:11211
>
> If I try to connect from my windows machine with a svn client, it answers:
> svn: Could not open the requested SVN filesystem
>
> If I try to connect directly to my repository with:
> # svn list file:///repository/files/DEV
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///repository/files/DEV'
> svn: apr memcache library not available
>
> If I comment first-servers line on fsfs.conf everything works fine (but without memcached).
>
> What I missed ? Have I to use any configure option on SVN/httpd build to use memcached ?
> Thanks all,
> Andrea
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402534
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

-- 
printf("Eh???/n");
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2402541
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-01 16:07:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.