11

I tried to create a patch by using TortoiseSVN -> Create Patch.. but it only allows me to retrieve one of the most recent revision.

I know that there is a way to create a patch from a set of revisions using a commandline. How do we do this?

Best
  • 2,200
  • 9
  • 30
  • 49

1 Answers1

24

Show log, select the revisions (including one more previous revision), right-click, choose "show unified diff". Then save that diff.

Check which revisions are compared in the generated patch file.

Community
  • 1
  • 1
Stefan
  • 43,293
  • 10
  • 75
  • 117