I recall a discussion about this topic : http://www.mail-archive.com/[email protected]/msg06338.html
Did we ever made a template configuration available somewhere (e.g Wiki) ? - Luciano On 10/1/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
Hi, A number of text files under sca/samples/ contained Windows eol Ctrl+M characters at the end of all lines (mostly in .composite, .componentType, .wsdl, .py, .php and .rb files). I fixed them and removed all the Ctrl+M characters. I think that these characters are there because some of our Windows development environments may not use the correct Subversion configuration. We need to tell Subversion how to handle file types in the Subversion config file. Add this to $HOME/.subversion/config for example: *.py = svn:eol-style=native;svn:keywords=Rev Date This tells Subversion to use the native eol style for Python files and also support the Rev and Date Subversion keywords in these files. I checked in my Subversion config file, containing the correct configuration for all the file types I've found under our source tree, in cpp/etc/svn-config. Could you guys please take a look and make sure your Subversion configuration includes these file types? Also if you see other file types that need to be handled please fill free to add them, this way people who come on board the project will be able to pick up the correct Subversion configuration from there... Thanks! -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
