Hi! I think there are 2 problems:
1) I may not have generated the patch correctly. I used: 'cvs -z3 diff -R -Nu src' from within the base jakarta-slide directory. Can anyone confirm this is right? 2) Even if I generated the patch correctly, I have found some bugs since then, so I will make a new patch tonight and send it to the list. I would advise trying again with the new patch. Richie > -----Urspr�ngliche Nachricht----- > Von: Andreas Probst [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 13. Dezember 2002 09:56 > An: Slide Developers Mailing List > Betreff: How to apply Richie's patch? > > > Hi all, > > excuse me please for asking the following question: How do I > apply the patch, which Richie sent yesterday? I was searching > through the net and could find information about how to create a > patch, but unfortunately not how to apply one on Windows. > > I tried patch -i sliderealm.patch -p0 > on my SuSE Linux 7.3 installation, which I've never used before > (and won't use much in future I suppose). > > I also tried the following Ant-script: > <project name="MyProject" default="patch" basedir="."> > <!-- set global properties for this build --> > <property name="src" value="."/> > <property name="build" value="build"/> > <property name="dist" value="dist"/> > > <target name="patch"> > <patch patchfile="sliderealm.patch" strip="0"/> > </target> > </project> > Ant gives me a > IOException: CreateProcess: patch -i sliderealm.patch -p0 > error=2 > > My cvs.exe doesn't seem to have a patch command. Is there a > trick to use cvs.exe to apply a patch? > > BTW: I got the current Slide from CVS yesterday, 12th December. > > Thanks in advance. > > Andreas > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
