Skip to content

PerfectSlayer/SourceChecksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Checksum

Features

The goal of this tool is compute checksums of source code. It could be used to compute checksums on a file tree or on a Subversion location. Checksums could be computed using the following algoriths: MD5, SHA-256 or CRC32. In case of Subversion location, it handles externals, keywords substitution and client EOL settings. A diff mode is available and allows to compare two locations (files changed, added or deleted).

Usage

Parameter Description
--algorithm The checksum algorithm to use (CRC32, MD5 or SHA256 (default))
--diff Compute version differences
--ignore The globs patterns to ignore (semicolon separated list)
--ignoreFile The file with glob patterns to ignore (new line separated file)
--list Compute checksums
--output The result output file
--password The Subversion user password
--path The paths to compute checksums or differences
--url The URLs of versionned resources to compute checksums or differences
--user The Subversion user name