TortoiseSvn Merge followed by Create Patch does not include new files

I am doing Merge in TortoiseSvn, which modifies some files, removes some and adds some. Then I do Create Patch to create a patch file with these changes. The problem is that the resulting patch file includes only changes and deletions, not additions.

I found a workaround. If I get my additions back and then explicitly add these files to TortoiseSVN, then make a patch, it takes everything, including Adds.

Is there any way to avoid this workaround?

+3
source share
1 answer

, Subversion, TortoiseSvn. , Subversion 1.6.x, patch/diff 1.7. , , 1.7, , , .

http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2451115

+1

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


All Articles