Create a patch from multiple versions of TortoiseSVN using the command line

I tried to create a patch using TortoiseSVN -> Create Patch .. but it only allows me to get one of the latest versions.

I know that there is a way to create a patch from a patch set using the command line. How do we do this?

+6
source share
1 answer

Show log, select changes (including another previous revision), right-click, select "show unified diff". Then save this diff.

Check what changes are compared in the generated patch file.

+16
source

Source: https://habr.com/ru/post/903287/


All Articles