Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of SvnTips

Show
Ignore:
Author:
jcc7 (IP: 68.97.93.38)
Timestamp:
12/11/05 04:46:21 (18 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTips

    v1 v2  
    1818(from http://www.dsource.org/forums/viewtopic.php?t=1046) 
    1919 
    20 {{{ 
    2120Go to TortoiseSVN:settings:Subversion Config File: Edit. 
    2221 
    23 Remove the comments (# marks) for the following lines: 
    24 -------------------------------- 
     22Remove the commenting (# marks) for the following lines: 
     23{{{ 
    2524[miscellany] 
    2625enable-auto-props = yes 
    2726[auto-props] 
    2827*.html = svn:mime-type=text/html 
    29 -------------------------------- 
    30 IMPORTANT! 
    31 The following line must remain commented out. 
    32 -------------------------------- 
     28}}} 
     29 
     30Important! The following line must remain commented out: 
     31{{{ 
    3332#*.html = svn:mime-type=text/htm 
    34 -------------------------------- 
     33}}} 
    3534 
    3635Only applies to adds, not to updates.  
    37 }}} 
     36