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

Re: Problem with the version of svn after Subversion install

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-12 17:15:59 CEST

On 9/12/05, Doru Pacurari <Doru.Pacurari@mail.wvu.edu> wrote:
>
> Hello,
>
> I have installed subversion on a RedHat Linux AS 3.0 box, and the Subversion
> version installed is 1.2.3.
> When trying to do a checkout, using:
>
> svn co http://localhost/svn/repos wc
> I am getting the errors below:
>
>
> ../svn/subversion/libsvn_subr/version.c:73:
> (apr_err=200019)
> svn: Version mismatch in 'svn_delta': found 1.3.0-dev, expected 1.2.3
> ../svn/subversion/libsvn_subr/version.c:73:
> (apr_err=200019)
> svn: Version mismatch in 'svn_subr': found 1.3.0-dev, expected 1.2.3
>
> Any help would be appreciated.
> Thank you.
>

It looks like you have installed from a svn checkout, run ldd on svn to
find the libraries the dynamic linker is using, then delete them if they
are installed and reinstall 1.2.3.

Or it may be that the right libraries are in the directory but the symlinks
are pointing to the dev versions since they are "newer."

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 12 17:20:51 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.