= `svnmerge` script = This is a python script recording merge operations across branches. It enables one to see the ''available'' ranges of changesets that can be merged (`svnmerge avail`) and then actually ''merge'' them (`svnmerge merge`). Revisions that should be prevented from being merged can be explicitly ''blocked'' (`svnmerge block`). We use `svnmerge` for backporting changes from trunk to the [source:branches/0.10-stable stable] branch, and also to port trunk changes to [source:sandbox sandboxed] branches. Similar functionalities are expected to be available in Subversion itself, with version 1.5 (or later). ---- See also: SvnWiki:Svnmerge.py