svn diff -r HEAD <item> if you want to get the difference between your working copy and the last committed revision.
svn diff -r PREV:COMMITTED <item> if you want to see what the last commit did.
You should take look at Revision Keywords.
svn info <item> will give you (among other things) the last change revision for the item.