From: Richard B. <ra...@xs...> - 2005-08-10 02:02:06
|
Op maandag 8 augustus 2005 18:51, schreef Leon Atkinson: > >Question is, is the patch from Leon Atkinson available. =A0Perhaps Leon = is > >subscribed to the list and can provide the patch to me directly???? > > > > =A0 > > I am, and I can. =A0I've attempted to attach the file to this message. = =A0If > it doesn't make it through, I'll send it to you directly. Got it. Do you have an example of the result? Troy has an example at=20 http://calendar.infopeople.org/ > This patch is based on whatever's in HEAD right now. =A0I used this > command to generate it: > > cvs diff -u >/tmp/phpicalendar.patch > > Hopefully that makes it easy to apply the patch. =A0If there's a better > way, let me know. patch -p0 does the trick, but there are 2 rejects. Perhaps it is possible = to=20 create a patch against 2.0b? That might be doable if cvs has been tagged=20 with 2.0b information. The command would be 'cvs diff -u -r 2.0b' or=20 whatever is used to tag phpicalender version 2.0b. Anyway I'll attach the reject information. Now why is day.php rejected? The functions/calendar_functions.php.rej is quite big. =2D-- functions/calendar_functions.php 25 Oct 2004 02:21:27 -0000 1= =2E8 +++ functions/calendar_functions.php 7 Aug 2005 20:15:21 -0000 http://cvs.sourceforge.net/viewcvs.py/phpicalendar/phpicalendar/functions/c= alendar_functions.php?r1=3D1.7&r2=3D1.8 Okay, cvs does not seem to have tags. In that case you might want to use t= he=20 date information to make a patch against (more or less 2.0b). I think it i= s: cvs diff -u -D 20041002 Hopefully you see a possibility to create this patch... =2D-=20 Richard Bos Without a home the journey is endless |