简体   繁体   中英

subversion status -u to diff

When i do a svn status -u I get a list of files that need updating. I'd like to feed this list to svn diff so that I can have a list of changes in one one file I can look over. Can I do this? If so I am not sure how to do a foreach on this.

EDIT: linux bash

svn diff -r BASE:HEAD .

据我所知,将向您显示文件的更改。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM