Blair's "post-commit FS processing" work (aka: svn_fs_commit_txn() returns an error but also returns a non-SVN_INVALID_REVNUM revision number) was backported to 1.6.17, but is not in 1.6.16 which svn.a.o runs?
grep -2w svn_fs_commit_txn https://svn.apache.org/repos/asf/subversion/tags/1.6.16/subversion/libsvn_repos/fs-wrap.c
grep -2w svn_fs_commit_txn https://svn.apache.org/repos/asf/subversion/tags/1.6.16/subversion/libsvn_repos/fs-wrap.c
aka "I think it's fixed by 1.6.17 on the server".
On Wed, 20 Jul 2011 16:06 -0400, "C. Michael Pilato" <cmpilato_at_collab.net> wrote:
> I committed r1148918 a few minutes ago, and when I did, I saw this:
>
> $ svn ci subversion/ -F ~/log_message.txt
> Sending subversion/libsvn_ra_local/ra_plugin.c
> Transmitting file data .
> subversion/svn/commit-cmd.c:181: (apr_err=200030)
> subversion/libsvn_client/commit.c:852: (apr_err=200030)
> subversion/libsvn_client/commit.c:852: (apr_err=200030)
> svn: E200030: Commit failed (details follow):
> subversion/libsvn_ra_serf/commit.c:2252: (apr_err=200030)
> subversion/libsvn_ra_serf/commit.c:2252: (apr_err=200030)
> subversion/libsvn_ra_serf/commit.c:2252: (apr_err=200030)
> subversion/libsvn_ra_serf/util.c:763: (apr_err=200030)
> subversion/libsvn_ra_serf/util.c:1978: (apr_err=200030)
> subversion/libsvn_ra_serf/util.c:1978: (apr_err=200030)
> subversion/libsvn_ra_serf/util.c:909: (apr_err=200030)
> svn: E200030: database is locked
> $
>
> This is all I saw. Saw no CIA notification in #svn-dev. Saw no commit mail
> come through. When I updated my working copy, I got my own changes back
> from the server (a clean merge, leaving my local file effectively unmodified
> vs. the new BASE).
>
> Any ideas what I might have experienced?
>
> --
> C. Michael Pilato <cmpilato_at_collab.net>
> CollabNet <> www.collab.net <> Distributed Development On Demand
>
> Email had 1 attachment:
> + signature.asc
> 1k (application/pgp-signature)
Received on 2011-07-20 22:12:41 CEST