0

I would like to perform the action on a file without affecting the rest of the files in the same version-controlled folder.

Is it possible to clean-up a particular file?

user3165438
  • 2,631
  • 7
  • 34
  • 54
  • The "clean up" menu in TortoiseSVN joins a number of assorted options that are not really related. Which one are you interested in? – Álvaro González Jul 27 '14 at 14:12
  • Do you want to "revert" a single file, i.e. remove all you local changes? "clean up" is a command to repair a broken working copy, it doesn't make sense to do it on one file only. – Ben Jul 28 '14 at 14:10
  • @Ben, I unserdtand. Thanks – user3165438 Jul 28 '14 at 14:30

1 Answers1

0

svn cleanup FILE doesn't have any sense at all - it's always global restore|repair operation

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110