- Verify subversion repositories by ruby.
- Read configs from the file. (
config.json
) - Verify each subversion repository.
- Show the result.
- Ruby 3.1
- open3
$ bundle install --path vendor/bundle
$ ruby runner.rb
$ ruby runner.rb
Reading config...
["/path/to/subverion/repository"]
Checking repositories...
-----out-----
* Verifying metadata at revision 0 ...
* Verifying repository metadata ...
* Verifying metadata at revision 21 ...
* Verified revision 0.
* Verified revision 1.
* Verified revision 2.
...
* Verified revision 33.
-----error-----
-----status-----
pid 3673 exit 0
-Total: 1, Success: 1, Failure: 0
- Copyright © 2020-2024 yusami
- Licensed under the Apache License, Version 2.0