简体   繁体   English

svnadmin dump cmd可以创建的最大大小是多少

[英]What is the maximum size for svnadmin dump cmd can create

I have svn repository which is larger than 10 GB in size. 我有一个大于10 GB的svn存储库。 The svn running is SVN 1.6 on the server.I have migrate to SVN 1.9 using dump and load. 服务器上运行的svn是SVN 1.6。我已经使用转储和加载迁移到SVN 1.9。 Has anyone created the dumpfile for repository size more than 10 GB . 是否有人创建了大于10 GB的存储库转储文件 If SVNADMIN dump/load does not support very big repositories, I have to find alternative approach like dumping based on revisions. 如果SVNADMIN转储/加载不支持很大的存储库,我必须找到替代方法,例如基于修订版进行转储。 I believe there should be some proven approach for larger repositories in svn. 我相信对于svn中的大型存储库,应该有一些行之有效的方法。

There is no limit for dumpfile. 转储文件没有限制。

Also note that you can use pipe for dump/load procedure: 另请注意,可以将管道用于转储/加载过程:

svnadmin dump src-repo | svnadmin转储src-repo | svnadmin load dest-repo svnadmin加载目标存储库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM