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