leokhorn
leokhorn

Reputation: 507

How to detect which files are switched to a different branch in my working copy?

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

Answers (1)

Micha
Micha

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.

enter image description here enter image description here

Upvotes: 3

Related Questions