Search code examples
svntortoisesvnvisualsvn-serverworking-copy

How to show any working copy folders in effect for a subversion project?


I am new to SVN and I've poked around looking for an answer on this but I haven't found it yet so here goes:

Using TortoiseSVN, I bring up the REPO browser and navigate to the root of the repository where I can view all the projects.

Is there any way to navigate to a given project and then inquire whether there exists any working copy somewhere for that project?

Properties does not seem to reveal this info.

I know I can check out to a new working copy location but the question is: how can I find out if the project is already checked out (i.e. to someone's working copy location)?

Thanks.

EDIT-clarify:

In short, is there any software (Subversion command, TortoiseSVN, etc.) that can examine a project in the repository to see whether there are any "working copy" folders associated with that project. If any working copy folder(s) exist, then one might be able to determine if there are any uncommitted changes in the working copy (before deciding to checkout the project somewhere else). That is, if programmer X is fired there may be work that was in progress somewhere on X's workstation. All the manager knows is that the repository contains a version of the project X was working on at the time X was laid off. Manager would like to assign the project to programmer Y.


Solution

  • The answer is no—there is no command that can tell you anything about checkouts from a repository.