Solve 'svn : Working copy is too old (format 10, created by Subversion 1.6)'Eli

Solve 'svn : Working copy is too old (format 10, created by Subversion 1.6)'Eli,第1张

Solve 'svn : Working copy is too old (format 10, created by Subversion 1.6)' - Eli


Solve 'svn : Working copy is too old (format 10, created by Subversion 1.6)'Working copy is too old (format 10, created by Subversion 1.6)

This message show up if your are trying to use Subversion 1.7 client with a Subversion 1.6 working copy.

Even if older clients and servers interoperate transparently with 1.7 servers and clients, when a working copy is upgraded to Subversion 1.7 new format, Subversion 1.6 client can no longer be used on it.

You have two solution to solve this error :

  • Keep Subversion 1.7 client and upgrade the working copy to 1.7
  • Unistall Subversion 1.7 client and downgrade working copy to 1.6
Upgrade to Subversion 1.7

Before upgrading to 1.7, a 1.6 client must be used to run svn cleanup on all working copies that require cleanup. Subversion 1.7 cannot upgrade corrupt 1.6 working copies.

Upgrade with Tortoise

Right-click on the working copy Folder, then click on "SVN Upgrade working copy"



Click on "Upgrade the working copy" on the next step

This may take a while, but your working copy will be in Subversion 1.7 format.

Upgrade with command line client.

Simply use the new Subversion 1.7 command

svn upgrade

And your working copy will be in 1.7 format.

Downgrade the working copy to Subversion 1.6

Use this guide to downgrade a Subversion 1.7 working copy.

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/2090308.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-07-22
下一篇 2022-07-22

发表评论

登录后才能评论

评论列表(0条)

保存