RE: "Couldn't open rep-cache database" (post commit FS processing)

2012-12-11 Thread Joost Mulder
hahaf [mailto:d...@daniel.shahaf.name] Verzonden: dinsdag 11 december 2012 21:21 Aan: Joost Mulder CC: users@subversion.apache.org Onderwerp: Re: "Couldn't open rep-cache database" (post commit FS processing) Joost Mulder wrote on Tue, Dec 11, 2012 at 11:41:59 +: > Hi, > &

Re: "Couldn't open rep-cache database" (post commit FS processing)

2012-12-11 Thread Daniel Shahaf
Joost Mulder wrote on Tue, Dec 11, 2012 at 11:41:59 +: > Hi, > > I had the same problem. > Upgrading sqlite fixed it for me. > > Carmen> ipkg install sqlite > Upgrading sqlite on root from 3.7.13-1 to 3.7.14.1-1... Looking at sqlite upstream's changelog ,

Re: "Couldn't open rep-cache database" (post commit FS processing)

2012-12-11 Thread Joost Mulder
Hi, I had the same problem. Upgrading sqlite fixed it for me. Carmen> ipkg install sqlite Upgrading sqlite on root from 3.7.13-1 to 3.7.14.1-1... Downloading http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/sqlite_3.7.14.1-1_powerpc.ipk Configuring sqlite Successfully terminate

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 11:37 , Aleksandr Sidorenko wrote: > On 2011-11-16, at 11:15 , Philip Martin wrote: > >> Aleksandr Sidorenko writes: >> >>> The sqlite command worked (I see the expected output), but I suspect that's >>> because the rep-cache.db file was already there (since 1.6.12). If I mov

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
Aleksandr Sidorenko writes: > On 2011-11-16, at 11:15 , Philip Martin wrote: > >>> ... >> >> Try this patch: >> >> Index: subversion/libsvn_fs_fs/fs_fs.c >> === >> --- subversion/libsvn_fs_fs/fs_fs.c (revision 1202738) >> +++ s

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 11:15 , Philip Martin wrote: > Aleksandr Sidorenko writes: > >> The sqlite command worked (I see the expected output), but I suspect that's >> because the rep-cache.db file was already there (since 1.6.12). If I move >> it, though, the file is NOT recreated. >> >> greping th

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 11:15 , Philip Martin wrote: >> ... > > Try this patch: > > Index: subversion/libsvn_fs_fs/fs_fs.c > === > --- subversion/libsvn_fs_fs/fs_fs.c (revision 1202738) > +++ subversion/libsvn_fs_fs/fs_fs.c (worki

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
Aleksandr Sidorenko writes: > The sqlite command worked (I see the expected output), but I suspect that's > because the rep-cache.db file was already there (since 1.6.12). If I move it, > though, the file is NOT recreated. > > greping through /proc/xxx/maps gives me the following: > > 2a96fc400

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
> "Bert Huijben" writes: > >> You get in this branch if a previous atomic initialization call failed: the >> callback function failed and returned an error. This result is then ignored >> in some code paths. >> >> It is most likely not caused by the atomic operations failing itself, but >> more

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
"Bert Huijben" writes: > You get in this branch if a previous atomic initialization call failed: the > callback function failed and returned an error. This result is then ignored > in some code paths. > > It is most likely not caused by the atomic operations failing itself, but > more likely by a

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 10:41 , Bert Huijben wrote: >> >> -Original Message- >> From: Philip Martin [mailto:philip.mar...@wandisco.com] >> Sent: woensdag 16 november 2011 16:37 >> To: Aleksandr Sidorenko >> Cc: >> Subject: Re: "Couldn't op

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 10:36 , Philip Martin wrote: > Aleksandr Sidorenko writes: > >> But it seems it's not this error that is triggered; it's the one a few lines >> down (I changed the error message to detect it): >> >> #if APR_HAS_THREADS >> /* Wait for whichever thread is performing initializa

RE: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: woensdag 16 november 2011 16:37 > To: Aleksandr Sidorenko > Cc: > Subject: Re: "Couldn't open rep-cache database" (post commit FS > processing) > > Aleksa

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
Aleksandr Sidorenko writes: > But it seems it's not this error that is triggered; it's the one a few lines > down (I changed the error message to detect it): > > #if APR_HAS_THREADS > /* Wait for whichever thread is performing initialization to finish. */ > /* XXX FIXME: Should we have a max

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 10:21 , Philip Martin wrote: > Aleksandr Sidorenko writes: > >> Rebuilt, now I get this message on post-commit: >> >> Warning: post commit FS processing had error: >> Couldn't perform atomic initialization > > It could be the atomic functions failing, but more likely it's s

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
Aleksandr Sidorenko writes: > Rebuilt, now I get this message on post-commit: > > Warning: post commit FS processing had error: > Couldn't perform atomic initialization It could be the atomic functions failing, but more likely it's still a DB problem. Please add this patch as well: Index:

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
On 2011-11-16, at 10:04 , Philip Martin wrote: > Aleksandr Sidorenko writes: > >> I tried changed the permissions on the repository to be more permissive, and >> changing the user/group of the Apache server: no help. >> >> I also tried recompiling from source, but that did not help either. >>

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Philip Martin
Aleksandr Sidorenko writes: > I tried changed the permissions on the repository to be more permissive, and > changing the user/group of the Apache server: no help. > > I also tried recompiling from source, but that did not help either. > > To recap, I am getting this warning after every commit s

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Aleksandr Sidorenko
Following up… I tried changed the permissions on the repository to be more permissive, and changing the user/group of the Apache server: no help. I also tried recompiling from source, but that did not help either. To recap, I am getting this warning after every commit since we upgraded the SVN

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-15 Thread Aleksandr Sidorenko
>> Since posting the question, I tried using "svnserve" instead of >> Apache (the mod_dav_svn module), and the error does NOT occur in >> this case (we would still prefer to stick with mod_dav_svn). > > How did you manage permissions using svnserver? You mentioned a group > which you gave read/wri

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-14 Thread Thorsten Schöning
Guten Tag Aleksandr Sidorenko, am Montag, 14. November 2011 um 18:04 schrieben Sie: > Since posting the question, I tried using "svnserve" instead of > Apache (the mod_dav_svn module), and the error does NOT occur in > this case (we would still prefer to stick with mod_dav_svn). How did you manag

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-14 Thread Aleksandr Sidorenko
On 2011-11-14, at 11:38 , Daniel Shahaf wrote: > Aleksandr Sidorenko wrote on Mon, Nov 14, 2011 at 11:06:49 -0500: >> Hi everyone, >> >> I've searched the mailing list archive for this error, but results were >> pretty limited. I also haven't found a fix elsewhere on the web. >> >> The exact e

Re: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-14 Thread Daniel Shahaf
Aleksandr Sidorenko wrote on Mon, Nov 14, 2011 at 11:06:49 -0500: > Hi everyone, > > I've searched the mailing list archive for this error, but results were > pretty limited. I also haven't found a fix elsewhere on the web. > > The exact error I am getting upon a commit is: > How reproducible

"Couldn't open rep-cache database" (post commit FS processing)

2011-11-14 Thread Aleksandr Sidorenko
Hi everyone, I've searched the mailing list archive for this error, but results were pretty limited. I also haven't found a fix elsewhere on the web. The exact error I am getting upon a commit is: Sending xxx Transmitting file data . Committed revision xxx. Warning: pos