Class SvnPropertiesValidator


  • public final class SvnPropertiesValidator
    extends Object
    Check for required svn properties in all text files.

    Every text file should have two SVN properties:

     svn:keywords=Id
     svn:eol-style=native
     

    Read SVN documentation about how you can set them.

    Since:
    0.3
    See Also:
    Properties in Subversion
    • Constructor Detail

      • SvnPropertiesValidator

        public SvnPropertiesValidator()