[PATCH] Issue #3126 - svn mergeinfo should consider non-inheritable ranges as merged
From: Paul Burba <ptburba_at_gmail.com>
Date: Wed, 6 May 2009 10:45:36 -0400
Right now the svn mergeinfo subcommand doesn't consider
Quick example, if a path has this mergeinfo:
>svn pg svn:mergeinfo -vR A_COPY
svn mergeinfo considers r6 as eligible:
>svn mergeinfo --show-revs eligible %url%/A A_COPY
Nor does it consider it merged:
>svn mergeinfo --show-revs merged %url%/A A_COPY
This seems completely wrong, r6 *has* been merged to A_COPY, just not
Keep in mind that the mergeinfo subcommand as it stands today tells us
The attached patch corrects this and adds a test. Does anyone
[[[
See Issue #3126,
* subversion/include/svn_mergeinfo.h
* subversion/libsvn_client/mergeinfo.c
* subversion/libsvn_subr/mergeinfo.c
* subversion/tests/cmdline/mergeinfo_tests.py
Paul
------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.