Hi,
if you need to work with 1.4.X you have to track the revisions or revision ranges you merged your self. There is no other solution for that.
The best practice was to do that in the Log Message.
Code:
- Merged Revisions r134:r230 from branches/B_134
I worked a long time with such kind of things and it worked well.
The next thing is you need to think about which revisions you like to merge.
Code:
svn merge BASE:HEAD URL/trunk
is NOT equivalent to the svn merge of Subversion 1.5/1.6...in 1.5/1.6 svn merge tracks the revisions which had been merged automatically.
So on the other hand BASE references the revision in your working copy whereas HEAD refers to the newest revision of the repository (Revision Keywords).
Kind regards
Karl Heinz Marbaise
Bookmarks