Re: [pygccxml-development] EOL policy
Brought to you by:
mbaas,
roman_yakovenko
|
From: Matthias B. <ba...@ir...> - 2006-08-18 15:03:34
|
Roman Yakovenko wrote: >> Just use subversion and set the svn:eol-style. I would suggest setting >> it to "native" so files will be treated natively on any platform. In my >> experience this works very well for cross-platform development. > > Where I do that? It's a property like svn:ignore. See here: http://svnbook.red-bean.com/en/1.2/svn.advanced.props.html#svn.advanced.props.special.eol-style The annoying thing is that this property has to be set on each file individually. So for the already existing files this has to be done with the propset command and for new files you can configure svn so that it does this automatically based on the file suffix. See here: http://svnbook.red-bean.com/en/1.2/svn.advanced.props.html#svn.advanced.props.auto - Matthias - |