Re: Setting svn properties or how to avoid problems with line endings

2006-04-28 Thread Carlos Sanchez
- I'm trying to get the reports generated with consistent new lines, we all agree that it's the ideal solution - the property set/get would be specific for svn. SCM API operations can be later on implemented using these methods, but I expect different SCMs having custom methods that don't have ro

Re: Setting svn properties or how to avoid problems with line endings

2006-04-28 Thread Brett Porter
I disagree with having a general property set/get since that appears to be SVN specific at the moment. Regardless of setting NL's correctly, you still need to indicate whether a file is binary or not. SVN takes a good guess (but doesn't set the property), CVS doesn't even attempt to guess. W

Re: Setting svn properties or how to avoid problems with line endings

2006-04-28 Thread Emmanuel Venisse
Carlos Sanchez a écrit : So I have a problem when svn tries to commit text files with inconsistent line endings (dos and unix), eg. the site generated docs that we're trying to make consistent. I have set auto props with the svn:native, svn complains when commiting new files with the "inconsis

Setting svn properties or how to avoid problems with line endings

2006-04-28 Thread Carlos Sanchez
So I have a problem when svn tries to commit text files with inconsistent line endings (dos and unix), eg. the site generated docs that we're trying to make consistent. I have set auto props with the svn:native, svn complains when commiting new files with the "inconsistent new line" message. I've