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

Re: version mismatch in 'svn_delta'

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-09-28 00:33:23 CEST

On 9/27/05, Carole E. Mah <Carole_Mah@brown.edu> wrote:
> I've been running 'svn commit' all day with no problems. I went to the
> doctor, came back, made some more document changes, and ran 'svn commit'
> again, and got this error:
>
> subversion/libsvn_client/commit.c:832: (apr_err=200019)
> svn: Commit failed (details follow):
> subversion/libsvn_subr/version.c:73: (apr_err=200019)
> svn: Version mismatch in 'svn_delta': found 1.2.0, expected 1.1.0-rc3
> subversion/libsvn_subr/version.c:73: (apr_err=200019)
> svn: Version mismatch in 'svn_subr': found 1.2.0, expected 1.1.0-rc3
> subversion/clients/cmdline/util.c:380: (apr_err=200019)
> svn: Your commit message was left in a temporary file:
> subversion/clients/cmdline/util.c:380: (apr_err=200019)
> svn: '/Library/WebServer/Documents/projects/myProj/svn-commit.tmp'
>
> I didn't install a new version (I've been running 1.2.0 for quite a
> while now). I didn't do anything different after I got back from my
> appointment, so I am stymied as to why I'm suddenly getting this error
> message.

You're picking up code from two versions of subversion for some
reason. You'll need to find out why (the output of otool -L on your
Subversion binary might be informative in this case) and remove the
older version to fix it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 28 00:35:26 2005

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.