A co-worker shared the following tip with me: How do I check out a specific revision of a file? Here is the command:
svn update -r 1234 myfile.txt
-r
option specify the revision number.
A co-worker shared the following tip with me: How do I check out a specific revision of a file? Here is the command:
svn update -r 1234 myfile.txt
-r
option specify the revision number.