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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 infocommand).I don’t think this needs to hit the server, but I could be wrong.