On Monday October 02 2006 2:05 am, Pete Robbins wrote: > Dan Kulp wrote a script to set the properties on all the files in a tree. I > haven't gort around to running that yet.
I need to fix that script. It adds svn:executable to *.bat which then screws up "tab" completion on unix. Since Windows doesn't need them marked executable, they shouldn't be. I run the script periodically on the CXF code to make sure all the CXF commits have their autoprops setup correctly. If the script changes anything, someone has it setup wrong. I probably should move the script out of tuscany/java/etc and into the apache general commiters area of SVN. Dan > > On 02/10/06, Luciano Resende <[EMAIL PROTECTED]> wrote: > > 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] -- Daniel Kulp [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
