svn list of files that are modified in local copy

后端 未结 12 1460
无人及你
无人及你 2021-02-01 00:24

I use Tortoise client to checkout/commit my changes to SVN. But I found this little difficult because I\'m not able to find List of all files that are changed in my local copy.

12条回答
  •  星月不相逢
    2021-02-01 01:09

    I couldn't get svn status -q to work. Assuming you are on a linux box, to see only the files that are modified, run: svn status | grep 'M ' On windows I am not sure what you would do, maybe something with 'FindStr'

提交回复
热议问题