Patch management
In Open Source, software develops YOU!
Don't fallback to pre-1982 version control system just because you are not a communist^H^H^Hcommitter
% svk ci -P mypatch-name % svk push -P mypatch-name % mpack -s "stick this up your source repository" \ ~/.svk/patch/mypatch-name upstream@developer.com % svk patch --update # after upstream changed % svk patch --regen # after local copy changedcontinued...