I want to checkout a specific revision of a folder in Subversion using the command line.
I don\'t see an option for specifying the revision number in TortoiseP
TortoiseP
If you already have it checked out locally then you can cd to where it is checked out, then use this syntax:
cd
$ svn up -rXXXX
ref: Checkout a specific revision from subversion from command line