Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] packet-*.[ch] file movement imminent

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Sun, 18 Jul 2004 13:13:41 -0500
On Saturday 17 July 2004 22:22, Guy Harris wrote:
> On Sat, Jul 17, 2004 at 10:06:24PM -0500, Gilbert Ramirez wrote:
> > Now that subversion is in place for SCM, I've prepared a patch which
> > moves the packet-*.[ch] files from the top-level directory to a directory
> > named "epan/dissectors". I've changed the Makefile.nmake's, but I have no
> > resource to test on Win32.
> >
> > I plan on checking in these changes tomorrow.... say in about 15 hours or
> > so.
>
> Hopefully that doesn't involve sending the contents of those files back
> to the server (or, if it does, that you're not on some asymmetric
> connection).  When I set the "svn:eol-style" property to "native" on all
> the text files (so that checkouts on Windows give you CRLF line endings,
> and checkINs on Windows don't cause UN*X checkouts to give you CRLF line
> endings), it appeared to stall out - I'm not sure whether it uploaded
> every single file over my 256Kb ADSL upload channel or not.  I think it
> succeeded in setting all the properties, though.
>

No, the transmission was very fast. Committing took a while, as subversion sat 
and thought about things for a bit, but the data it sent to the subversion 
server was too little to be all the file contents.

--gilbert