On Mon, 25 Aug 2003, James Rich wrote: > > > > instead do this: > > cd /foo/tn5250-new > > diff -ur . ../tn5250 > > > > Won't this create the patch backwards (i.e. remove changes instaed of > adding them)? Obviously if you don't have those changes they can't be > removed, but the patch is still backwards. Would you rather I did this:
sorry, you're right.. I said it backwards. Instead, do this: cd /foo/tn5250-new diff -ur ../tn5250 . The idea is that the files get listed as src/scs.c, src/scs2ascii.c etc instead of tn5250-new/src/scs.c Optionally, just use CVS to generated your patches with: cd /foo/tn5250-new cvs diff -uR > mypatch.diff _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.