On Thu, Jun 09, 2011 at 04:32:26PM +0200, Markus Schaber wrote:
> Hi,
>
> > Von: Stefan Sperling [mailto:s...@elego.de]
>
> > If your Apache server is handling requests via threads (rather than
> > forking
> > processes) this might explain why you never saw this problem with just
> > dav.
> > Th
Hi,
> Von: Stefan Sperling [mailto:s...@elego.de]
> If your Apache server is handling requests via threads (rather than
> forking
> processes) this might explain why you never saw this problem with just
> dav.
> The threads can synchronise via mutexes which live in the same process
> address spa
On Thu, Jun 09, 2011 at 09:48:18AM -0400, Matthew Beals wrote:
> I just suffered a fairly major repo corruption problem. Fortunately I had
> nightly dumps to restore from as well as an updated working copy of the
> affected repos, so the only thing I lost was some file history. Now I'm
> tryin
I just suffered a fairly major repo corruption problem. Fortunately I had
nightly dumps to restore from as well as an updated working copy of the
affected repos, so the only thing I lost was some file history. Now I'm trying
to figure out what caused the issue and if I can prevent it in the fu