Will TortoiseSVN 1.7 work properly against a SVN 1.6 repository?

后端 未结 4 1324
野性不改
野性不改 2020-12-10 00:49

I would like to upgrade my TortoiseSVN installation to version 1.7. We have a VisualSVN server running with a SVN 1.6 repository.

Do I need to upgrade the repository

4条回答
  •  抹茶落季
    2020-12-10 01:24

    In the release notes

    Older clients and servers interoperate transparently with 1.7 servers and clients

    ...

    Subversion 1.7 servers use the same repository format as Subversion 1.6. Therefore, it is possible to seamlessly upgrade and downgrade between 1.6.x and 1.7.x servers without changing the format of the on-disk repositories

    There is no need to do anything, your working copy will be upgraded, and will still be able to talk to the 1.6 server

提交回复
热议问题