[MonoDevelop] Subversion addin

Iñigo Illán Aranburu kodeport at terra.es
Thu Feb 15 20:37:15 EST 2007


The problem with this is that you are trying to use subversion 1.4.x to
download the source code. As MonoDevelop's subversion add-in links to
libsvn0, and those versions aren't fully compatible you are getting
these errors. If you try to download the source from the Checkout option
inside File menu on MonoDevelop, you will get fully compatible version
control, and you will operate without any problems.

On jue, 2007-02-15 at 17:21 +0100, Grzegorz Sobanski wrote:
> * Lluis Sanchez <lluis at ximian.com> [2007-02-15 14:26]:
> > Hi,
> > 
> > I guess that you compiled with the --enable-subversion options, since
> > the add-in seems to be installed, so must be something else.
> 
> Yes, forgot to mention that.
> 
> > Which subversion client version do you have?
> 
> Good shot.
> 
>   MonoDevelop.VersionControl.Subversion.SubversionException: This
>   client is too old to work with working copy
>   '/home/silk/szuss-sea/webui'; please get a newer Subversion client
> 
> I'm using svn1.4, and my system had two versions of the lib installed.
> 
> ii  libsvn0                       1.3.2-3ubuntu2
> ii  libsvn1                       1.4.2dfsg1-2ubuntu3
> 
> I changed the code to link to libsvn_client1.so.1
> Now I get a beautiful native segfault ;-)
> Removing libsvn0 did not help either.
> 
> I suppose it was used with svn 1.4 before? And it's just sth on my side.
> If so, maybe I'll look into it later when I'll have some free time.
> 
> 



More information about the Monodevelop-list mailing list