An open API service indexing awesome lists of open source software.

https://github.com/perfectslayer/sourcechecksum

A source checksum calculator
https://github.com/perfectslayer/sourcechecksum

checksum java subversion

Last synced: about 1 year ago
JSON representation

A source checksum calculator

Awesome Lists containing this project

README

          

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 |