Displaying 1 result from an estimated 1 matches for "copyfrom_path".
2012 Jan 04
1
Eaton_SDK dangling branch solved
...-r followed by an add of the target directory.
This registered a tree that duplicated trunk, *without* ancestry
information connecting it to its source revision.
The correct fix is to check each new text section against a list of
MD5 hashes of old text sections. If I find a match, I then fill in
copyfrom_path and copyfrom_rev information so it looks (for purposes
of parent and branch computation) as though the branch creation had
been done with "svn copy".
It is a very good thing that I found this before I shipped 2.0.
rst.old remains detached, so there is still another corner case for me
to...