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
- Host: GitHub
- URL: https://github.com/perfectslayer/sourcechecksum
- Owner: PerfectSlayer
- License: gpl-3.0
- Created: 2014-09-23T12:02:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T17:31:54.000Z (about 11 years ago)
- Last Synced: 2024-05-01T20:05:05.380Z (about 2 years ago)
- Topics: checksum, java, subversion
- Language: Java
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |