Erlend Birkenes <[EMAIL PROTECTED]> writes: > I'm not very good at this so it's not very fancy, but it works quite well > and maybe someone else will find it useful.
In deed useful; I built very similar ones and use them all the time :) I make my version of "svnpatch" register the patch name in a file CURRPATCH, similarly when I make a patch in a workspace I have a script "makepatch" which also updates the CURRPATCH file, allowing tests that I run off the workspace to identify which patch was tested; helps when you have several parallel workspaces. Dag