
Am 02.12.2010 04:08, schrieb R. David Murray:
On Thu, 02 Dec 2010 02:19:25 +0100, merwok@netwok.org wrote:
Le 01/12/2010 21:48, R. David Murray a écrit :
My understanding of the current status of svnmerge block is that you should use it if it helps you and not worry about it otherwise. Georg and I and some others find it useful for managing our own patches, but otherwise I think that it isn't being used.
There’s something I wanted to ask: Are you using some script or shell function to list the revisions that *you* committed that haven’t been merged or blocked yet?
svnmerge avail --log provides an svn log like output for the revisions that haven't been blocked. I just pipe that to less and search for my committer id.
BTW, it's very useful to give it a revision range with -rOLDESTREVISIONYOUDIDNTMERGE:HEADREVISION (it wants actual numbers for both). Speeds up the process tremendously.
Georg