Calendar:Updating libical

From MozillaWiki
Revision as of 20:48, 15 February 2005 by Mvl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

mozilla/calendar/libical is a cvs import of the libical cvs tree.

steps to update:

  • Get an updated libical tree (from sourceforge: :pserver:anonymous@cvs.sourceforge.net:/cvsroot/freeassociation, module libical)
  • copy the relevant source files into a 'clean' directory. (without the CVS dirs etc)
  • go into this libical dir (outside any mozilla tree) and do the following:
cvs -d :ext:mvl%my.cvs.email.addr@cvs.mozilla.org:/cvsroot import -m 'update to libical cvs on 20050124' mozilla/calendar/libical SOURCEFORGE_DIST LIBICAL_0_24RC_CVS_20050124
  • hope that everything is allright

if there are conflicts:

  • go to the mozilla tree (one directory above mozilla)
cvs -d :ext:mvl%exedo.nl@cvs.mozilla.org:/cvsroot checkout -jLIBICAL_0_24RC_CVS_20050124 -jLIBICAL_0_24RC_CVS_20050215 mozilla/calendar/libical/src/libical/icalrecur.c
  • fix conflicts. (likely $id$ related)
  • check in the fixed version