<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY
style="WORD-WRAP: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space">
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>Jacques;</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>It is set for some of the files, but not all of
them.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>generically to see:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>svn proplist -v *</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>generically to fix:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><SPAN
class=656501122-05042007>svn propset -R svn:eol-style native
*</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><SPAN class=656501122-05042007></SPAN><FONT face=Tahoma><FONT size=2>M<SPAN
class=656501122-05042007>y patch did not address line endings. There
doesn't seem to be any varied line endings in the repo
though.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><SPAN
class=656501122-05042007></SPAN></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><SPAN
class=656501122-05042007>/tmy</SPAN></FONT></FONT></DIV>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> memcached-bounces@lists.danga.com
[mailto:memcached-bounces@lists.danga.com] <B>On Behalf Of </B>Jacques
Marneweck<BR><B>Sent:</B> Thursday, April 05, 2007 3:38 PM<BR><B>To:</B> Tim
Yardley<BR><B>Cc:</B> memcached@lists.danga.com<BR><B>Subject:</B> Re: PATCH:
trivial clean-whitespace.pl change<BR></FONT><BR></DIV>
<DIV></DIV>Hi,
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Does anyone know if we have svn:eol-style set to native?</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Regards</DIV>
<DIV>--jm</DIV>
<DIV><BR>
<DIV>
<DIV>On 05 Apr 2007, at 6:11 PM, Tim Yardley wrote:</DIV><BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV style="MARGIN: 0px">Brad;</DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">Some of the code that's come into the tree has
brought in mixed tabs and</DIV>
<DIV style="MARGIN: 0px">spaces, as well as trailing spaces.<SPAN
class=Apple-converted-space> </SPAN>Running devtools/clean-whitespace.pl</DIV>
<DIV style="MARGIN: 0px">(in memcached/server) will clean that back up.</DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">Here is a trivial patch to that script to catch the
autoconf mixed tabs as</DIV>
<DIV style="MARGIN: 0px">well.</DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">$ svn diff</DIV>
<DIV style="MARGIN: 0px">Index: server/devtools/clean-whitespace.pl</DIV>
<DIV
style="MARGIN: 0px">===================================================================</DIV>
<DIV style="MARGIN: 0px">--- server/devtools/clean-whitespace.pl (revision
485)</DIV>
<DIV style="MARGIN: 0px">+++ server/devtools/clean-whitespace.pl (working
copy)</DIV>
<DIV style="MARGIN: 0px">@@ -2,7 +2,7 @@</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>use
strict;</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>use FindBin
qw($Bin);</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>chdir
"$Bin/.." or die;</DIV>
<DIV style="MARGIN: 0px">-my @files = (glob("*.h"), glob("*.c"));</DIV>
<DIV style="MARGIN: 0px">+my @files = (glob("*.h"), glob("*.c"),
glob("*.ac"));</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>foreach my
$f (@files) {</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>open(my $fh,
$f) or die;</DIV>
<DIV style="MARGIN: 0px"><SPAN class=Apple-converted-space></SPAN>my $before =
do { local $/; <$fh>; };</DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">Files currently affected in the multithread
branch:</DIV>
<DIV style="MARGIN: 0px">$ svn status</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/stats.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/slabs.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/memcached.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/thread.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/assoc.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/slabs.h</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/items.c</DIV>
<DIV style="MARGIN: 0px">M<SPAN class=Apple-converted-space>
</SPAN>server/configure.ac</DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">/tmy</DIV></BLOCKQUOTE></DIV><BR></DIV><BR><BR>
<DIV><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto; orphans: 2; widows: 2"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto; orphans: 2; widows: 2">
<DIV>--</DIV>
<DIV>Jacques Marneweck</DIV>
<DIV><A href="http://www.powertrip.co.za">http://www.powertrip.co.za</A>/</DIV>
<DIV><A
href="http://www.powertrip.co.za/blog/">http://www.powertrip.co.za/blog/</A></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>#include <std/disclaimer.h></DIV><BR
class=Apple-interchange-newline></SPAN></SPAN></DIV><BR></BODY></HTML>