追溯更改SVN提交消息? [英] Change SVN commit message retroactively?

查看:32
本文介绍了追溯更改SVN提交消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将大量 SVN 提交消息重写为不同的结构,例如为类别添加前缀.来自:

I would like to re-write a big number of SVN commit messages to a different structure, e.g. prefix a category. From:

foo"现在接受bar"格式的连接字符串.

我想要

core - 数据库 - foo"现在接受bar"格式的连接字符串.

有没有一种简单的方法来做到这一点,包括使用 svndumpfilter 转储整个存储库?

Is there an easy way to do this that does not include dumping the whole repository using svndumpfilter?

我在客户端使用 TortoiseSVN,在服务器端使用 VisualSVN.(VisualSVN 是经典 svn 的包装器,我也可以通过命令行与之交谈.)

I am working with TortoiseSVN on the client end, and VisualSVN on the server end. (VisualSVN is a wrapper around classic svn, which I can talk to through the command line as well.)

推荐答案

是的,提交消息可以更改.它们作为修订的属性实现,类似于常规文件属性.

Yes, commit messages can be changed. They are implemented as properties on revisions, similar to the regular file-properties.

在 TortoiseSVN 日志窗口中,您可以右键单击提交并选择编辑日志消息".

In the TortoiseSVN Log window you can right click on a commit and select "Edit log message".

这篇关于追溯更改SVN提交消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆