将 svn 存储库迁移到 conf 文件夹中的另一台服务器后 passwd 文件为空
After migrate svn repositories to another server in conf folder passwd file is empty
将svn repos从一台服务器迁移到另一台服务器后,即使我在svnadmin load命令中使用了“--force-uuid”,存储库的passwd文件也是空的。
所有 conf 文件夹内容都是空的。
有没有办法正确迁移 conf 文件?
感谢您的帮助。
编辑:从服务器的svn版本是1.6,到服务器的svn版本是1.7。是不是版本差异导致了这样的问题?
edit: from server's svn version is 1.6, to server's svn version is
1.7. is version difference causes a problem like this?
您不得使用 Subversion 1.7 或更早的版本。升级到最新 1.9.x.
我建议您在执行任何存储库维护或管理任务之前阅读文档。 SVNBook 是有关 Subversion 和一般版本控制的重要信息资源。它将帮助您熟悉SVN和版本控制的常用术语和概念。
After migrating svn repos from a server to another server, even I used
"--force-uuid" in svnadmin load command, the passwd files of the
repositories are empty. All conf folder contents are empty.
阅读SVNBook | Repository data migration using svnadmin:
The Subversion repository dump format describes versioned repository
changes only. It will not carry any information about uncommitted
transactions, user locks on filesystem paths, repository or server
configuration customizations (including hook scripts), and so on.
请注意 UUID 与您的 htpasswd 文件无关。
将svn repos从一台服务器迁移到另一台服务器后,即使我在svnadmin load命令中使用了“--force-uuid”,存储库的passwd文件也是空的。 所有 conf 文件夹内容都是空的。
有没有办法正确迁移 conf 文件?
感谢您的帮助。
编辑:从服务器的svn版本是1.6,到服务器的svn版本是1.7。是不是版本差异导致了这样的问题?
edit: from server's svn version is 1.6, to server's svn version is 1.7. is version difference causes a problem like this?
您不得使用 Subversion 1.7 或更早的版本。升级到最新 1.9.x.
我建议您在执行任何存储库维护或管理任务之前阅读文档。 SVNBook 是有关 Subversion 和一般版本控制的重要信息资源。它将帮助您熟悉SVN和版本控制的常用术语和概念。
After migrating svn repos from a server to another server, even I used "--force-uuid" in svnadmin load command, the passwd files of the repositories are empty. All conf folder contents are empty.
阅读SVNBook | Repository data migration using svnadmin:
The Subversion repository dump format describes versioned repository changes only. It will not carry any information about uncommitted transactions, user locks on filesystem paths, repository or server configuration customizations (including hook scripts), and so on.
请注意 UUID 与您的 htpasswd 文件无关。