How to upgrade SVN server from 1.6 to 1.7

后端 未结 2 1636
暗喜
暗喜 2020-12-07 01:25

I have SVN 1.6 in server side and TotoriseSVN 1.6 on client side, and want to upgrade to 1.7 for both of them. I think i should start from server side, does anyone know the

2条回答
  •  [愿得一人]
    2020-12-07 01:52

    You have to upgrade the existing working copies using the svn 1.7 client binaries.

    run the following command for each existing repo.

    svn upgrade

    read here more about this http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.upgrade.html

提交回复
热议问题