What is the SVN command to find the difference between two files on the hard disk (neither of which are in the repository)?
What is the command to find if one of the file is in a particular revision of SVN?
What are some of the cool things you do using SVN commands?
You don’t use SVN to diff files that aren’t in the repository. If you are using linux then use the command:
If you are using Windows then try a tool like win merge for example
To find information about a file in the repository then use the command:
If you want to find out more about SVN, have a look at the official tutorial.