There are two Accurev streams, A and B. B is the child of A.
Feature X was mistakenly ported into stream B at one point. Some time later, this was noticed and it was decided to move feature X to another stream to correct the issue. The transaction T for feature X was sent to another stream and reverted in stream B.
So far so good, but there were other files that became modified in stream B only in support of feature X. The problem I'm having is that there seems to be no way of abandoning the version of an element in stream B and reverting to the parent stream A's version, as if the file had never been changed in stream B. Trying to fix this by copying versions resulted in a big mess.
Is is possible to "revert to parent" for a file?