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

Re: svn-clen script doesn't work after upgrading to subversion v1.5

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 26 Jun 2008 15:01:17 -0700

perl can call svn in one of two ways: it can spawn shell calls using
the same svn commands you use, or you can use a compiled library what
was linked against the subversion libraries. It sounds like you have
the later. You probably need to install a new perl svn package (with
the 1.5.0 libraries).

NOTE: This also applies to Python and Ruby (and any other tool you use
that access subversion: Subclipse, etc...)

On Thu, Jun 26, 2008 at 2:14 PM, Thomas Amsler <tpamsler_at_ucdavis.edu> wrote:
> Hello,
>
> I just upgraded subversion from v1.4.6 to v1.5 on my Mac and
> am getting the following error when I run the svn-clean perl script:
>
> Unsupported working copy format: This client is too old to work with
> working copy '/Users/thomas/src/sakai-2-5-x-ucd'; please get a newer
> Subversion client at /Users/thomas/bin/svn-clean.pl line 61
>
> The svn-clean script is located here:
> http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn-clean
>
> Has anybody come across this issue?
>
>
> Best,
> -- Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-27 00:01:38 CEST

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.