[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Autoprops

From: BRUGGEMAN Jens (JBRG) <Jens.Bruggeman_at_seco-m.be>
Date: 2004-10-26 12:21:53 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.