什么 svn 命令会列出分支上修改的所有文件? [英] What svn command would list all the files modified on a branch?

查看:24
本文介绍了什么 svn 命令会列出分支上修改的所有文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 svn 中,我创建了一个分支,例如修订版 22334.然后在该分支上进行了提交.

In svn, I have a branch which was created, say at revision 22334. Commits were then made on the branch.

与主干上的内容相比,如何获取分支上已更改的所有文件的列表?我不想看到在创建分支和现在"之间主干上更改的文件.

How do I get a list of all files that were changed on the branch compared to what's on the trunk? I do not want to see files that were changed on the trunk between when the branch was created and "now".

推荐答案

我认为这样做:

svn diff -r 22334:HEAD --summarize <url of the branch>

这篇关于什么 svn 命令会列出分支上修改的所有文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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