Changes between Version 33 and Version 34 of RevtreePlugin


Ignore:
Timestamp:
Apr 30, 2008, 8:53:20 PM (16 years ago)
Author:
Emmanuel Blot
Comment:

Add RevtreePlugin/MergeInfoEnhancer

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin

    v33 v34  
    314314==== Enhancers based on log messages ====
    315315
    316 The RevtreePlugin/LogEnhancer plugin is provided as an implementation example
    317 of the first kind of enhancer.
     316 * the RevtreePlugin/LogEnhancer plugin is provided as an implementation example
     317   of the first kind of enhancer. It uses special keywords in the log messages to
     318   augment the revtree graph with branch creation, termination and merge
     319   operations.
    318320
    319321==== Enhancers based on SVN properties ====
    320322
    321 The RevtreePlugin/MergeEnhancer plugin can be used in conjunction with the
    322 svnmerge tool to represent the inter-branch merge operations of a repository
     323 * the RevtreePlugin/MergeInfoEnhancer plugin can be used with the latest SVN
     324   release (SVN >= 1.5) to show the inter-branch merge operations of a repository.
     325   It is in early development stage and may not be reliable.
     326 
     327 * the RevtreePlugin/MergeEnhancer plugin can be used in conjunction with the
     328   svnmerge tool to show the inter-branch merge operations of a repository. This
     329   enhancer is not actually maintained and is provided as an example of enhancer
     330   implementation
    323331
    324332== Miscelleanous ==