Usually we need to set following properties to files which we commit in our repository using Tortoise subversion
svn:eol-style as native
svn:executable as ON
but whenever I commit a new file to repository I need to re-set the properties. Is it a way to set these permanently so that I don’t need to repeat the process post every check-in?
As documented here,
If you want to do something over and above that, you would need to configure your subversion server suitably – essentially edit the subversion
configfile and update theauto-propssection.TortoiseSVN is a subversion client and can only do so much.