Mulgara Subversion Setup
Subversion Config file
It is recommended that you add the following information in the subversion config file of the subversion client you are using.
[miscellany] enable-auto-props = yes [auto-props] *.java = svn:eol-style=native *.py = svn:eol-style=native *.pl = svn:eol-style=native *.pm = svn:eol-style=native *.html = svn:eol-style=native *.txt = svn:eol-style=native *.sql = svn:eol-style=native *.css = svn:eol-style=native *.jsp = svn:eol-style=native *.js = svn:eol-style=native *.ftl = svn:eol-style=native *.xml = svn:eol-style=native *.dtd = svn:eol-style=native *.xsd = svn:eol-style=native *.xsl = svn:eol-style=native *.xslt = svn:eol-style=native *.wsdd = svn:eol-style=native *.wsdl = svn:eol-style=native *.rdf = svn:eol-style=native *.owl = svn:eol-style=native *.xmap = svn:eol-style=native *.xconf = svn:eol-style=native *.pom = svn:eol-style=native *.ini = svn:eol-style=native *.nsi = svn:eol-style=native *.nsh = svn:eol-style=native *.properties = svn:eol-style=native *.exe = svn:executable *.sh = svn:eol-style=native;svn:executable *.bat = svn:eol-style=CRLF;svn:executable
WARNING: If you are adding files to svn, please get in the habit of making sure all text files have the svn:eol-style properity with the value 'native'. This can be most easily accomplished by enabling the setting enable-auto-props=yes and uncommenting the [auto-props] section in your subversion configuration file, as shown above (what this does is say "apply the specified properties to the given files whenever a file is added to subversion" - this does not affect files that you checkout).
Config file location for subversion clients
- Linux: ~/.subversion/config
- Windows Cygwin: $HOME/.subversion/config or /cygwin/etc/subversion/config
- Window TortoiseSVN: $HOME/ApplicationData/Subversion/config
