We set the svn:eol-style Subversion property to "native" on all the
source files in our project. Now however, when we generate code on
Windows:

symfony build-propel-model

- and try to commit, Subversion complains:

svn: Inconsistent line ending style

This is apparently because symfony generates code with mixed line
endings: both "\n" and "\r\n"

As a workaround, we manually edit the generated code and change all
line endings, whereupon the Subversion commit works. This is a bit of
a pain.

Has anyone else encountered this problem and how have you worked
around it? I wish symfony would generate code with consistent line
endings: either DOS or UNIX.

Thanks! Jack


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to