ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 17 Jul 2004 20:22:45 -0700
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.

Is there some way to arrange that files have "svn:keywords" include Id,
and "svn:eol-style" be "native", by default when added to the
repository? (Almost all files would be source code text files and should
have those settings.  Hopefully there's some way to add image files and
have them *not* have those properties by default.)