Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Downgrade the format of a Subversion working copy

Answer:

Sometimes, when you upgraded the local subversion working copy, but others use an older client to access it, error likes "This client is too old to work with working copy..." will appear.

To fix this, you can consider downgrade the format of the subversion working copy.

E.g. Downgrade to 1.4

# change-svn-wc-format.py /path/to/working/copy 1.4

The useful python script can be downloaded here: http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py

  1. How to format a JSON file using command line
  2. Change to the previous working directory
  3. How to change the nginx log format?
  4. Move a directory in a subversion repository
  5. How to deny access for Subversion (svn) related files in Apache?

2 Responses to “Downgrade the format of a Subversion working copy”

  1. Here is another way to downgrade svn repository by using svnsync.
    http://www.admon.org/downgrade-svn-from-1-6-to-1-4/

  2. @admon,

    Thanks for your tips.

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>