1 A Mailman mailing list for the Python and Bourne shell versions of
2 svnmerge has been set up at:
4 http://www.orcaware.com/mailman/listinfo/svnmerge
6 The Python version is newer and undergoing active development. A wiki
7 has been been setup at:
9 http://www.orcaware.com/svn/wiki/Svnmerge.py
11 The Python version supports significantly more features than the
12 Bourne shell version, including, but not limited to:
14 * Add support for more informative commit messages (-V).
16 * Add double-verbose mode, which shows every svn command executed
19 * "svnmerge avail" now only shows commits in head, not also commits
20 in other parts of the repository.
22 * Add "svnmerge block" to flag some revisions as blocked, so that
23 they will not show up anymore in the available list. Added also
24 the complementary "svnmerge unblock".
26 * "svnmerge avail" has grown two new options:
27 -B to display a list of the blocked revisions.
28 -A to display both the blocked and the available revisions.