Allow support for SVN url paths
Status: Beta
Brought to you by:
dtmoser
It is sometimes helpful to do a diff on two files with out having anything checked out for example:
svn diff http://<repo>/svn/<product>/branch/11.1/<somefile> http://<repo>/svn/<product>/trunk/<somefile>
It would be useful if diffuse could automatically handle:
diffuse http://<repo>/svn/<product>/branch/11.1/<somefile> http://<repo>/svn/<product>/trunk/<somefile>
How would Diffuse determine the URL refers to a Subversion repository? I would like to avoid forking processes to do the check as it is quite expensive, especially under Windows.