TortoiseSVN, how to dump a repository?

前端 未结 5 1091
被撕碎了的回忆
被撕碎了的回忆 2021-02-14 15:50

I use Windows 7 and also I use TortoiseSVN to keep track of my code, now I want to migrate my repository to a cloud-service and the requirement is create a *.dump file, but I ca

5条回答
  •  不知归路
    2021-02-14 16:28

    Subversion 1.7 now has the svnrdump command line utility.

    svnrdump dump https://host/repo > repo.dump

    Note that this always creates a dump with deltas, which might not be what you want.

提交回复
热议问题