> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Sunday, June 22, 2008 5:48 PM > To: dev@stdcxx.apache.org > Subject: Re: svn commit: r670099 - in > /stdcxx/branches/4.3.x/include: rw/_ref_wrap.h tuple > > Travis Vitek wrote: > > > > Brad, > > > > I just noticed that you aren't applying SVN properties to > all of the files that you are adding. New headers and source > should get the svn:eol-style and svn:keywords properties set. > Ideally this would be done before you submit the file for the > first time, but you can add the properties later. > > > > I believe that the command sequence on non-windows systems is > > > > $ svn propset svn:eol-style native <file> > > $ svn propset svn:keywords Id <file> > > Or enable auto-props in your $HOME/.subversion/config file and set > these there (via: svn:eol-style=native;svn:keywords=Id). Here are > some more details: > http://svnbook.red-bean.com/en/1.4/svn.advanced.confarea.html# > svn.advanced.confarea.opts.config
Good tip. Thanks.