Is it possible to add a full directory via diff and patch?
It seems as very convenient way to add additional modules on top of standard code-base.
I googled for some solutions, but they generally work on file level, not on directory level.
Thanks.
|
|
Answering myself: diff -urPp old_dir/ new_dir/ > new_module.patch Seems to do the trick. |
|||||
|
|
Two quick suggestions--these should help
as I have done what you have in mind here. |
|||||
|