You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "BRUGGEMAN Jens (JBRG)" <Je...@seco-m.be> on 2004/10/26 10:21:53 UTC

Autoprops

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

Re: Autoprops

Posted by Mark Phippard <Ma...@softlanding.com>.
"BRUGGEMAN Jens (JBRG)" <Je...@seco-m.be> wrote on 10/26/2004 
06:21:53 AM:

> I have configured the svnserve.conf file so SVN would automatically set 
> properties correctly on certain new files:

This is a very common mistake.  There is no server-side configuration file 
for this information.  That configuration has to be performed on the 
client -- each of them.

Note the last paragraph in this FAQ entry:

http://subversion.tigris.org/project_faq.html#auto-props


Mark


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org