问题:
Is there a way to edit the log message of a certain revision in Subversion? 有没有一种方法可以在Subversion中编辑某个修订的日志消息? I accidentally wrote the wrong filename in my commit message which could be confusing later. 我不小心在提交消息中输入了错误的文件名,这以后可能会造成混淆。
I've seen How do I edit an incorrect commit message in Git? 我已经看到了如何在Git中编辑错误的提交消息? , but the solution to that question doesn't seem to be similar for Subversion (according to svn help commit
). ,但Subversion的解决方案似乎并不相似(根据svn help commit
)。
解决方案:
参考一: https://stackoom.com/question/1HBP/如何编辑Subversion中已提交的日志消息参考二: https://oldbug.net/q/1HBP/How-to-edit-log-message-already-committed-in-Subversion
来源:oschina
链接:https://my.oschina.net/u/4438370/blog/4285711