> IIRC, because it was intended to keep Windows users from > putting incorrectly formatted files into source control, and > to remove tabs. > > At least the latter should be addressed now by SVN.
AFAIK the first is addressed by SVN. You can add per file attributes to tell svn they are "svn:eol-style = native" (dos newlines from dos clients, unix newlines from unix client) or specify they are always DOS (svn:eol-style = CRLF) or always UNIX You can also add executable bit informations (svn:executable) Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
