The <master-to-local-config> Tag

Parameters

Name Description Legal Values Required Default

mode

This designates how to merge files together.

  • UPDATE
  • WIPEOUT
no  UPDATE
when

When and how a configuration merger will take place. 

  • ON_VERSION_ CHANGE
  • ALWAYS
no ON_VERSION_ CHANGE
overriding-master-url

The config file located at this URL will override the config file of the same name in your .phenote directory.  If the URL points to the Phenote svn checkout for the config, it means that the Phenote repository is the home of the template/master configuration files. If a configuration file is updated by Phenote developers and committed to the repository, you will automatically get the new version the next time you start up Phenote, if your configuration file has this option set.

any valid URL no

 

Contents

All other tags should be included within the <phenote-configuration> tag, including:

 

Example

  <ns:master-to-local-config mode="UPDATE" when="ON_VERSION_CHANGE" 
     overriding-master-url="http://obo.svn.sourceforge.net/viewvc/*checkout*/obo/phenote/trunk/conf/ncbo.cfg" />