Page 3 of 3

Re: Stupid questions about patching

Posted: 07 Nov 2010 11:09
by ChillCore
You need Git or HG for that.

As a workaround ...
-Pull diff from modified patchpack.
-Compare original and modified patchpack.diff in file comparison program while applying only the difference to clean trunk. (Manually.)
-Pull diff.
-Done.

Re: Stupid questions about patching

Posted: 07 Nov 2010 11:59
by Alberth
If you have a diff program, you can get a diff from two directories.

However, it is in the somewhat longer run probably better to get HG, and learn how to use its patch queue (mq).

Re: Stupid questions about patching

Posted: 09 Nov 2010 22:09
by Zuu
Sounds like a task for hg queues. But any version control system would probably do.