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 will list files which are modified. M - stands for modified :)