What is the command to see or go back (but not revert) any of our previous codes(last 3 or 5) using svn. I know there is such command revert but this is not what I’m searching for because I only want to see how does the previous code look like and not to revert it. How do I do this via command line in UNIX-like system.
What is the command to see or go back (but not revert) any of
Share
svn cat will display the contents of a file.
You can see the previous version by using the -r switch to specifiy the revision.
For example