reference:

svnadmin dump repo and scp to other machine Do this for each repository you have.

svnadmin dump /path/to/reponame > /tmp/reponame.dump ; scp -rp /tmp/reponame.dump user@server.domain.com:/tmp/

Load svn dump into new repo on new machine. Do this for each repository you have.

svnadmin load /path/to/reponame < /tmp/repo1.dump

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-10-09
  • 2021-10-09
  • 2021-09-04
  • 2021-10-09
  • 2021-10-09
猜你喜欢
  • 2021-11-19
  • 2021-05-21
  • 2021-05-25
  • 2021-11-22
  • 2021-11-30
  • 2021-12-16
  • 2021-06-18
相关资源
相似解决方案