Re: [pypy-svn] r15405 - in pypy/dist/pypy: module/__builtin__/test module/__builtin__/test/impsubdir/compiled module/_codecs/test module/posix/test translator/goal translator/llvm2/module
Hi Holger, Is there some svn/vi setting I could use to prevent this eol problems? Eric hpk@codespeak.net wrote:
Author: hpk Date: Sat Jul 30 12:54:42 2005 New Revision: 15405
Modified: pypy/dist/pypy/module/__builtin__/test/impsubdir/compiled/ (props changed) pypy/dist/pypy/module/__builtin__/test/impsubdir/compiled/__init__.py (props changed) pypy/dist/pypy/module/__builtin__/test/impsubdir/compiled/x.py (props changed) pypy/dist/pypy/module/__builtin__/test/test_buffer.py (props changed) pypy/dist/pypy/module/_codecs/test/ (props changed) pypy/dist/pypy/module/_codecs/test/__init__.py (props changed) pypy/dist/pypy/module/_codecs/test/autopath.py (props changed) pypy/dist/pypy/module/_codecs/test/test_codecs.py (props changed) pypy/dist/pypy/module/posix/test/test_posix2.py (props changed) pypy/dist/pypy/translator/goal/targetsegfault.py (props changed) pypy/dist/pypy/translator/llvm2/module/ll_math.py (props changed) pypy/dist/pypy/translator/llvm2/module/ll_os.py (props changed) pypy/dist/pypy/translator/llvm2/module/ll_os_path.py (props changed) pypy/dist/pypy/translator/llvm2/module/ll_time.py (props changed) pypy/dist/pypy/translator/llvm2/module/support.py (props changed) Log: FIXEOL
_______________________________________________ pypy-svn mailing list pypy-svn@codespeak.net http://codespeak.net/mailman/listinfo/pypy-svn
lördagen den 30 juli 2005 13.47 skrev Eric van Riet Paap:
Hi Holger,
Is there some svn/vi setting I could use to prevent this eol problems?
This is what Fredrik Juhlin wrote on the Strakt internal development list. Hi, Anyone that has ever had to add a file to a Subversion repository knows that it's easy enough to forget to set the appropriate properties, such as svn:eol-style. Thankfully, it is possible to get that to happen semi-automagically: In your .subversion/config file, that is created for you when you use svn the first time, there's a row that you can uncomment, like so: enable-auto-props = yes Then, there's a section called [auto-props] where you can specify file-name patterns and properties that should be set automatically for them. There's a bunch of suggestions in the section already, so it shouldn't be too hard to figure out how to use it. Mine looks like this: [auto-props] *.py = svn:eol-style=native;svn:keywords=Id *.txt = svn:eol-style=native Makefile = svn:eol-style=native *.ui = svn:eol-style=native //Fredrik
participants (2)
-
Eric van Riet Paap
-
Jacob Hallén