Restore users in SVN after migration

混江龙づ霸主 提交于 2019-12-08 07:26:53

问题


How can I restore the user accounts after restoring the dump file, so that the repository starts functioning with the former user accounts and access rules?


回答1:


According to Version Control with Subversion:

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.

However, if you still have access to the old repository you may try copying the contents of conf subdirectory to the new repository (provided you are using vanilla svn authentication, and not HTTP/DAV).



来源:https://stackoverflow.com/questions/10186527/restore-users-in-svn-after-migration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!