On 4/18/07, Erik Huelsmann <ehuels@gmail.com> wrote:
> On 4/18/07, Kylo Ginsberg <kylo.ginsberg@gmail.com> wrote:
> > I'm running subversion 1.4.3 under Fedora Core 4 with both svn:// and
> > http:// access methods supported. Is subversion tested against the
> > error case where the server runs out of disk space mid-commit?
> Subversion checks all the return values of all I/O calls, including
> read/write calls. Yes, it should be safe to run it in a low-diskspace
> situation.
Thanks; that's reassuring to hear. Is a low-diskspace situation part
of the regression test suite? (I looked briefly through the
subversion/tests source but didn't get oriented well enough to answer
this question.)
> There's one exception: you have to use a recent enough APR
> version: more recent than 0.9.7, I think. ... I'm not
> sure which version FC4 has, but apr-config --version should be able to
> tell you.
>
Well, apr-config --version shows 0.9.6, but if I cd to the directory
in which I built subversion 1.4.3, apr/apr-config --version shows
0.9.12. How can I confirm that svn/svnserve/mod_dav_svn will find the
more current apr lib(s)? (I built from a directory with both the
subversion tarball and the subversion dependencies tarball.)
Thanks,
Kylo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 19 03:17:41 2007