0

Say for example that I versions of some files needed only for my local dev machine, but I accidentally committed them. What is an easy way to revert all those files to a previous version and have that be the latest copy in svn?

chobo
  • 31,561
  • 38
  • 123
  • 191

1 Answers1

1

You need to do a reverse merge.

RichardOD
  • 28,883
  • 9
  • 61
  • 81