Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reznikmm/cvsweb2git
https://github.com/reznikmm/cvsweb2git
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reznikmm/cvsweb2git
- Owner: reznikmm
- License: bsd-3-clause
- Created: 2017-08-12T14:42:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T13:33:39.000Z (12 months ago)
- Last Synced: 2024-07-31T20:44:40.093Z (3 months ago)
- Language: Ada
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ada - cvsweb2git - Tool to imports CVS repository shared on Ada Conformity Assessment Authority into the Git repository. (Libraries / Utilities)
README
# cvsweb2git
This tool imports CVS repository shared on
[Ada Conformity Assessment Authority](http://www.ada-auth.org/)
into the [Git repository](https://github.com/reznikmm/ada-auth).# Dependency & Build
This project requires [Matreshka](http://forge.ada-ru.org/matreshka)
and [AWS](http://libre.adacore.com/tools/aws/) libraries to build.You also need libxml2.so installed (from libxml2-devel package).
To build it:
gprbuild -p -P gnat/cvsweb2git.gpr
# Usage
git init /tmp/ada-auth/
(cd /tmp/ada-auth && git config core.autocrlf true &&
git config user.email "[email protected]" &&
git config user.name "Your Name")
.obj/cvsweb2git http://www.ada-auth.org/cgi-bin/cvsweb.cgi/arm/ /tmp/ada-auth/