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.
svn status | grep 'M ' works fine on MacOSX.
svn status | grep 'M '
I just tested this.