Show
Ignore:
Timestamp:
2009年08月23日 12时15分25秒 (3 years ago)
Author:
jiangx
Message:

Fixed #26: EolStyleCheck? plugin enhancement : in loose mode, svn:eol-style no need for unix files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysvnmanager/hooks/init/hook1.5/pre-commit

    r47 r92  
    7373if [ "$eol_style_check" = "yes" ]; then 
    7474    # New file must set svn:mime-type and svn:eol-style 
    75     $TOOLS_DIR/check-mime-type.py "$REPOS" "$TXN" || exit 1 
     75    $TOOLS_DIR/check-mime-type.py "$REPOS" "$TXN" $eol_style_check_force || exit 1 
    7676fi 
    7777