I have TortoiseSVN in use. I have a REPO but I don`t know which working copy is assigned to it.
How can I find out which working copy is assigned to my REPO ?
Since I don`t know how to use the command line commands, is there a way to do it oterwise?
I have TortoiseSVN in use. I have a REPO but I don`t know which working copy is assigned to it.
How can I find out which working copy is assigned to my REPO ?
Since I don`t know how to use the command line commands, is there a way to do it oterwise?
cd <WC-DIR>svn infoand check value of key
Repository Rootfor svn info output.svnfolder inside root of WC, not ".svn-per-folder")you still can use some command-line tricks (outside of SVN CLI)
will show you all dirs below you current root, which are (can be) Working Copies of SVN-repos. You have just
cdand repeatsvn infoin every folder (by hand or after easy authomation of this task)