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.
I'm not familiar with tortoise, but with subversion to linux i would type
svn status
Some googling tells me that tortoise also supports commandline commandos, try svn status in the folder that contains the svn repository.