文件夹的 svnadmin 转储未获取某些子文件夹

发布于 2024-12-17 04:21:36 字数 324 浏览 3 评论 0原文

我正在尝试使用 svnadmin dump 从当前 SVN 存储库转储文件夹及其子文件夹内容。但是,它不会转储其下的所有子文件夹。我不确定这是否表明存在某种 svn 损坏,或者我是否没有使用正确的命令。

这是我正在使用的命令

svnadmin dump d:/svnrepo --incremental | svndumpfilter --drop-empty-revs include MyFolder > MyFolder.dmp

如何确保所有子文件夹都是转储的一部分。而且,如果这表明 svn 损坏,我该如何修复它。

谢谢

I am trying to dump a folder and its sub folder contents from the current SVN repository using svnadmin dump. However, it does not dump all the subfolders under it. I am not sure if this is an indication of some sort of svn corruption or if I am not using the right command.

Here is the command that I am using

svnadmin dump d:/svnrepo --incremental | svndumpfilter --drop-empty-revs include MyFolder > MyFolder.dmp

How do I ensure that all subfolders are part of the dump. And, if this is an indication of svn corruption how do I fix it.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深缘浅 2024-12-24 04:21:36

如何确保所有子文件夹都是转储的一部分。

阅读命令文档

--incremental 选项,它只会导致转储流中的第一个修订版仅包含该修订版中修改的文件和目录,而不是显示为添加新树,并且与转储文件中所有其他修订版的呈现方式完全相同

How do I ensure that all subfolders are part of the dump.

Read command documentation.

--incremental option, which simply causes that first revision in the dump stream to contain only the files and directories modified in that revision, instead of being presented as the addition of a new tree, and in exactly the same way that every other revision in the dump file is presented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文