Calendar:Updating libical
From MozillaWiki
mozilla/calendar/libical is a cvs import of the libical cvs tree.
steps to update: (make sure fo fill in the xxxx and yyyy parts. xxxx is today, yyyy comes from cvs log)
- 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:user%my.cvs.email.addr@cvs.mozilla.org:/cvsroot import -m 'update to libical cvs on 2005xxxx' \ mozilla/calendar/libical SOURCEFORGE_DIST LIBICAL_0_24RC_CVS_2005xxxx
- hope that everything is alright
if there are conflicts:
- go to the mozilla tree (one directory above mozilla)
cvs -d :ext:user%my.cvs.email.addr@cvs.mozilla.org:/cvsroot checkout -jLIBICAL_0_24RC_CVS_2005yyyy \ -jLIBICAL_0_24RC_CVS_2005xxxx mozilla/calendar/libical/src/libical/icalrecur.c
- fix conflicts. (likely $id$ related)
- check in the fixed version
