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?
source
share