To check out an old version of code from your svn repository, you can use the svn checkout command.
An example is shown below:
svn co -r 100 http://mysvnserver.mydomain.com/scripts/my_directory
This command will check out version 100 of the my_directory directory from your repository.