On May 21, 10:28 pm, Greg Troxel <[email protected]> wrote: > > I do wonder if "svn propdel svn:mergeinfo Makefile.cfg.sample" would > > do us good... See any problems with that? > > I am using svn 1.5.5 and 1.5.6 with merge tracking. My rule is that > merges may only be done at module roots. This results in no mergeinfo > other than at top level. You may have stray mergeinfo because svn copy > used to create it (but no longer does). Once subtree mergeinfo exists > then any merge will update it, because the node with subtree mergeinfo > no longer inherits from the parent's mergeinfo.
Very useful. Some further digging and I got this "in-a-nutshell" post: http://jan.baresovi.cz/dr/en/subversion-mergeinfo Looking at the property contents, it does look like it is a result of a reverse merge on own path - and not something intended to be tracked. The post above also seems to mention the need may arise for cleaning svn:mergeinfo properties on files and folders further down in the tree... +1 on propdel... :::simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
