User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:svn_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:svn_config [2008/08/22 06:42] – activate all four SVN keywords MartinFuchsmantisbt:svn_config [2014/02/27 03:06] (current) Bascy
Line 1: Line 1:
 +
 ====== Subversion configuration for Mantis Developers ====== ====== Subversion configuration for Mantis Developers ======
  
Line 6: Line 7:
  
 On Windows the configuration is stored in the registry under the key KEY_CURRENT_USER\Software\Tigris.org\Subversion\Config. You should download the following file and launch it by double clicking to import the settings in the registry: On Windows the configuration is stored in the registry under the key KEY_CURRENT_USER\Software\Tigris.org\Subversion\Config. You should download the following file and launch it by double clicking to import the settings in the registry:
- 
- 
- 
  
 ==== Windows Registry Script ==== ==== Windows Registry Script ====
Line 20: Line 18:
 "*.php"="svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision" "*.php"="svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision"
 "*.txt"="svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision" "*.txt"="svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision"
 +"*.sgml"="svn:mime-type=text/sgml;svn:eol-style=native;svn:keywords=Author Date Id Revision"
 +"*.dsl"="svn:mime-type=text/xml;svn:eol-style=native"
 +"*.ent"="svn:mime-type=text/xml;svn:eol-style=native"
 "*.css"="svn:mime-type=text/plain;svn:eol-style=native" "*.css"="svn:mime-type=text/plain;svn:eol-style=native"
 "*.js"="svn:mime-type=text/plain;svn:eol-style=native" "*.js"="svn:mime-type=text/plain;svn:eol-style=native"
Line 38: Line 39:
  
 On Unix the configuration is located in the file "$HOME/.subversion/config" in your home directory: On Unix the configuration is located in the file "$HOME/.subversion/config" in your home directory:
- 
  
 ==== Unix configuration file ==== ==== Unix configuration file ====
Line 52: Line 52:
 *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Author Date Id Revision
 *.css = svn:mime-type=text/plain;svn:eol-style=native *.css = svn:mime-type=text/plain;svn:eol-style=native
 +*.sgml=svn:mine-type=text/sgml;svn:eol-style=native;svn:keywords=Author Date Id Revision
 +*.dsl=svn:mime-type=text/xml;svn:eol-style=native
 +*.ent=svn:mime-type=text/xml;svn:eol-style=native
 *.js = svn:mime-type=text/plain;svn:eol-style=native *.js = svn:mime-type=text/plain;svn:eol-style=native
 *.sample = svn:mime-type=text/plain;svn:eol-style=native *.sample = svn:mime-type=text/plain;svn:eol-style=native
Line 97: Line 100:
  
 Any change that should be applied is reported by an email, so it can be fixed by committing the property change. This doesn't mean developers should not them self set correct properties when checking in files by configuring their environment - it's just a means of additional safety. Any change that should be applied is reported by an email, so it can be fixed by committing the property change. This doesn't mean developers should not them self set correct properties when checking in files by configuring their environment - it's just a means of additional safety.
 +
mantisbt/svn_config.1219401721.txt.gz · Last modified: 2008/10/29 04:31 (external edit)

Driven by DokuWiki