Creating a Partial Patch File / Using TortoiseSVN

We use TortoiseSVN to create fixes to verify the code.

We are faced with the fact that the patch is not available for viewing, and then further work is performed in the same files. Is it possible to create a "differential" file between the previous and the new so that the "combined code" is not visible - only what has changed from the first patch?

+3
source share
1 answer

TortoiseSVN patch documentation says:

, . , , , ,

. , , ( ) diff , - WinMerge

, , ? .

+1

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


All Articles