> -----Original Message----- > From: Guy Harris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 00:50 > To: Brad Hards > Cc: [EMAIL PROTECTED] > Subject: Re: [Ethereal-dev] [patch] trivial jabber dissector > > On Monday, July 7, 2003, at 3:56 AM, Brad Hards wrote: > > > The attached patch (and file, "cvs diff" and I still don't agree) > > I haven't figured out how to get "cvs diff" to do the equivalent of > "diff -N", either.
I have no problem with "cvs diff -uN" using cvs 1.11.1p1 at least. Works as expected. However, as the file needs to be added (not necessarily committed though) before it is possible to use cvs diff, it is not (easily) usable with a read-only repository. :( If you really want, you can fool the CVS server by manually adding a line like this to the CVS/Entries file: /my_file_name/0/dummy timestamp// After that, cvs diff -uN should work even with a read-only repository (I tried it with ethereal's one). > > implements a trivial (naive?) dissector for the jabber client > > to server protocol, which is just XML streams. > > Checked in. //Peter