[z3-checkins] Re: r6209 - z3/Five/trunk/demo/FiveFormDemo

Philipp von Weitershausen philipp at weitershausen.de
Sat Aug 28 11:56:00 MEST 2004


faassen at codespeak.net wrote:

> Author: faassen
> Date: Fri Aug 27 21:17:36 2004
> New Revision: 6209
> 
> Modified:
>    z3/Five/trunk/demo/FiveFormDemo/README.txt
> Log:
> Use unix line endings instead of DOS and correct typo. Is there some
> subversion thingy one can do with line endings?

svn propset svn:eol-style "native"

This should ideally be set on all text files (including .py) so that 
when Windows people make a checkout, their text files will have DOS line 
endings and when they check stuff in, it'll have Unix line endings in 
our checkouts.

Subversion allows to automate this. Add (or uncomment) the following 
lines in your ~/.subversion/config:

[miscellany]
enable-auto-props = yes

[auto-props]
*.txt = svn:eol-style=native
*.py = svn:eol-style=native
... etc.

Philipp



More information about the z3-checkins mailing list