Reputation: 507
I'm in a situation where some sub-folders and/or files of my working copy are switched to a different branch version.
Is there a way, without brute-force deleting everything and checking out again (some of these switches may be legit!), to know the source of all folders and files to notice which ones are from an unexpected branch?
Additional difficulty: I'm on Windows. I'm fine with a Tortoise or command line solution.
Upvotes: 3
Views: 91
Reputation: 5163
You can try Check for modifications
from TortoiseSVN context menu. If file/folder was switched then the Switched-Flag
is set to 1
.
Upvotes: 3