Hi,
I have configured the svnserve.conf file so SVN would automatically set
properties correctly on certain new files:
[general]
anon-access = write
enable-auto-props = yes
[auto-props]
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.txt = svn:eol-style=native
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
global-ignores = *.pdb *.exe *.dll *.obj *.tmp *.temp *.bin *.o *.obj *.ncb
*.suo *.pyc
I would suppose every newly added (to SVN) .cpp file would have an auto
property (eol-style=native) but this wasn't so !?
Even the global-ignores part didnt' work for me.
Could anyone help me with this? This is probably only a little mistake I
have done.
Thank you,
Jens
Received on Tue Oct 26 12:47:45 2004