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

RE: "This client is too old to work with working copy" [SOLVED]

From: Clyde Jones <cjones_at_exelixis.com>
Date: Thu, 3 Sep 2009 09:44:58 -0700

Soren 'Frank' Munch <> wrote:
> Hi,
>
> I got an error saying 'This client is too old to work with
> working copy' when typing 'svn'.
> It did not say what version the working copy was, though.
> There was a link to a page which had a link to a
> python-script, but it failed.
> Sorry for not recording the error message.
>
> The problem was easily solved. I did the following:
>
> $ mv working_copy old_working_copy
> $ find old_working_copy -name ".svn" | xargs rm -rf $ svn
> checkout svn://myserver/path/trunk working_copy $ cp -Rfp
> old_working_copy/* working_copy
>
> Simple, and more reliable than any conversion script! :-) I
> had all my work back, and 'svn' worked again.
>
> I just post it in the hope that this, admitted: trivial,
> idea may help somebody else, e.g. if the python-script fails.
>
> - - -
>
> Must get around to upgrade one day...

I have had good luck with a script in the collabnet tools that will
change the version for you.

This fixes the error without having to remove the .svn and recheck out
the path

http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-fo
rmat.py

usage: change-svn-wc-format.py WC_PATH SVN_VERSION [--verbose] [--force]
[--skip-unknown-format]
       change-svn-wc-format.py --help

Change the format of a Subversion working copy to that of SVN_VERSION.

  --skip-unknown-format : skip directories with unknown working copy
                             format and continue the update

-- 
Clyde Jones
R&D Informatics
Senior Operations Developer
cjones_at_exelixis.com
Exelixis Inc
650 837 7085 Office
650 228 4699 Cell
This email (including any attachments) may contain material
that is confidential and privileged and is for the sole use of
the intended recipient. Any review, reliance or distribution by
others or forwarding without express permission is strictly
prohibited. If you are not the intended recipient, please
contact the sender and delete all copies.
Exelixis, Inc. reserves the right, to the extent and under
circumstances permitted by applicable law, to retain, monitor
and intercept e-mail messages to and from its systems.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2390742
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-03 18:49:06 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.