How can I determine the current change set version that a local work folder has using the TFS command line clients? I dont want to check what the latest version on the server but how "old" a local work folder is.
"svn info" will print information about paths in your working copy, ie, revision and other info.