TortoiseSvn Merge followed by Create Patch does not include new files
Posted
by JoelFan
on Stack Overflow
See other posts from Stack Overflow
or by JoelFan
Published on 2010-05-26T20:20:50Z
Indexed on
2010/05/26
20:21 UTC
Read the original article
Hit count: 309
I am doing a Merge in TortoiseSvn, which modifies some files, deletes some, and adds some. Next I am doing a Create Patch to create a patch file with these changes. The problem is that the resulting patch file includes only the modifications and deletions, not the adds.
I have discovered a workaround. If I revert the adds and then do an explicit Add of those files in TortoiseSVN, then do a Patch, it picks up everything, including the Adds.
Is there a way to avoid this workaround?
© Stack Overflow or respective owner