Restore users in SVN after migration

爱⌒轻易说出口 提交于 2019-12-08 21:22:39

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).

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