We need a tool which will scan Subversion logs to monitor branches that have been merged, and of course those which haven't.
I realise that Subversion is somewhat dynamic and ambiguous in that there isn't a strict trunk/branch enforcement but we have stuck to the "official" guideline as much as possible for the structure of our data.
So, the point.. does anyone know of a tool which will allow us to see which branches have been merged, and which have not? We could go ahead and write our own, but thought it would be best to see if this kind of thing already exists.*
Thanks in advance.
*The need for this is so when we come to create a new release, we are able to check that all related bugs have been merged (i.e. fixed)