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.
当我这样做时,svn status -u我会得到一个需要更新的文件列表。我想将此列表提供给,svn diff以便我可以查看一个文件中的更改列表。我可以这样做吗?如果是这样,我不确定如何对此进行 foreach。
svn status -u
svn diff
编辑:linux bash
svn diff -r BASE:HEAD .
据我所知,将向您展示对文件的更改。