Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用RapidSVN并做了一些提交,包括使用我已删除的用户帐户创建文件夹,我该如何更改这些以便将它们分配给我的新用户帐户?
不确定 RapidSVN 是否可以处理这个问题,但在你会使用的命令行上svn propedit
svn propedit
svn propedit svn:author --revprop -r REVISION_NUMBER URL_TO_REPOSITORY
但是您还需要一个pre-revprop-change返回零退出代码的钩子脚本来启用它。您的存储库管理员将需要进行设置。
pre-revprop-change