linux下如何使用svn判断本地文件夹那些文件已改动的命令

svn diff --diff-cmd "diff" -x "-q" . | grep Index | cut -d " " -f 2

原文地址:https://www.cnblogs.com/wzqstudy/p/12566222.html