Hi Chuck, If the svn properties on a file have "native" line endings, they will adapt to the checkout, so yes, this would be the case for Windows checkout.
Any checked in vcproj, sln file will also have DOS line endings regardless of checkout. -Steve > -----Original Message----- > From: Chuck Rolke [mailto:[email protected]] > Sent: Wednesday, August 17, 2011 3:31 PM > To: [email protected] > Subject: Re: Zap trailing whitespace? > > >> How many files have a problem? > > I analyzed the code base from yesterday (r1158848) using a tool on win2k8. > Please see: http://people.apache.org/~chug/qpid-purity-r1158848.html > > The tool points out: > 1. File name > 2. Line ending: DOS, UNIX, both, or none 3. TAB and FormFeed presence 4. > Trailing Whitespace (where white is SPACE or TAB) 5. BOM byte order marks > (a new twist to my ascii scans) 6. Other anomalies: > Copyright symbol 0xA9, "Bit8" with 0x80 set, DEL 0x7F characters, CR > w/no > LF > > The tool ran on all files, even raw binaries like zip, png, jar. Ignore > the noise > from those. > > I'm surprised at the number of DOS-line-ending-only files. Is that on > account > of the windows checkout? > > In a lot of files the only trailing white space is in the Apache header! > > Regards, > Chuck > > ----- Original Message ----- > > From: "Jonathan Robie" <[email protected]> > > To: [email protected] > > Sent: Monday, January 31, 2011 3:36:58 PM > > Subject: Zap trailing whitespace? > > I'd like to zap trailing whitespace from the source files in our SVN > > repo. > > > > Does anyone object to me doing this? Do we agree that source files > > should not have trailing whitespace? > > > > Are there any timing issues? Is there a best time to do this? > > > > Jonathan > > > > --------------------------------------------------------------------- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
