在 Tortoise SVN 1.6.11 存储库中查找并替换
我想知道如何使用提交备注查找并替换整个存储库(有超过 100 个项目/文件夹)的 html 文件中的特定文本/字符串。我有脚本编写的基本知识。我还使用 Windows 2003 服务器和 VisualSVN 服务器。
I would like to know the way out to Find and replace specific text/string in html files of an entire repository (which has more than 100 projects/folders) with commit remarks. I have a basic knowledge of scripting. Also I am using windows 2003 server with VisualSVN Server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的修改应该将您的存储库检出到工作文件夹中,执行更改并提交。
版本化文件的更改绝不应该直接在服务器中进行。
Your modification should be made checking out your repository into a working folder, performing your alterations and commiting.
Changes in versioned files never should be made directly in the server.