[Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php

Jeff Kowalczyk jtk at yahoo.com
Mon Aug 28 20:37:46 PDT 2006


Oops, unknown what would happen with the merge step if target tag goes
away prior to HEAD revision. Rather than use HEAD-1, do the steps in this
order:

  # svn switch (url)/branches/4.2.4
  
  # svn merge -r 6810:HEAD (url)/tags/vtigercrm-4.2.4
  (verify that changesets 6930 and 9127 come in)
 
  # svn commit -m 'describe r6930 and r9127 properly...'

  # svn rm (url)/tags/vtigercrm-4.2.4 \
  -m 'removing tag that later received commits'
 
  # svn cp \
  (url)/branches/4.2.4 \
  (url)/tags/vtigercrm-4.2.4 \
  -m 'tag vtigercrm-4.2.4. revised tag to incorporate mistaken tag-commits
  r6930 and r9127'





More information about the vtigercrm-developers mailing list