The procedure I used to convert the repo cerebrum_sites from CVS to Git.
Based on http://www.embecosm.com/appnotes/ean11/ean11-howto-cvs-git-1.0.html.
Install cvsclone and its dependency flex:
| #!/usr/bin/env bash | |
| # Author: Thomas Goodwin | |
| # Company: Geon Technologies | |
| # Purpose: Erase all jobs for a given GitLab project. | |
| # Arguments: | |
| # 1) URL of gitlab project (https://some.server.com/group/[group/]project) | |
| # 2) private token (personal access token, impersonation token, etc.) | |
| # | |
| # Requirements: bash > 4.0, jq |
| #=======================================================================# | |
| # extract_data.py # | |
| #=======================================================================# | |
| # usage: extract_data.py [-h] [-i INPUT_DIR] [-o OUTPUT_DIR] | |
| # | |
| # This program extracts provision numbers from a set of documents. | |
| # | |
| # optional arguments: | |
| # -h, --help show this help message and exit | |
| # -i INPUT_DIR, --input_dir INPUT_DIR |
The procedure I used to convert the repo cerebrum_sites from CVS to Git.
Based on http://www.embecosm.com/appnotes/ean11/ean11-howto-cvs-git-1.0.html.
Install cvsclone and its dependency flex:
| { | |
| "version": "0.1.0", | |
| // List of configurations. Add new configurations or edit existing ones. | |
| // ONLY "node" and "mono" are supported, change "type" to switch. | |
| "configurations": [ | |
| { | |
| // Name of configuration; appears in the launch configuration drop down menu. | |
| "name": "Run app.js", | |
| // Type of configuration. Possible values: "node", "mono". | |
| "type": "node", |