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

StackOverflow https://stackoverflow.com/questions/22376948

  •  14-06-2023
  •  | 
  •  

Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top