Is there a way in TortoiseSVN - without the regular svn
client binaries being installed on the system - to detect an orphaned checkout's revision number?
"Orphaned" meaning that the source it was checked out from no longer exists.
Is there a way in TortoiseSVN - without the regular svn
client binaries being installed on the system - to detect an orphaned checkout's revision number?
"Orphaned" meaning that the source it was checked out from no longer exists.
Try right-clicking on the root of the working copy and choosing "Properties" (not "TortoiseSVN > Properties" but the top level one). There you should find a tab called "Subversion" which indicates the working copy's revision. (This is the equivalent of the svn info
command).
I don't think this needs to hit the server, but I could be wrong.