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.
Below command will display the modfied files alone in windows.
svn status | findstr "^M"