Download the created repository.
export DATASET=https://jisap.tecnalia.com/namespace/dataset.git
git clone $DATASET dataset
Copy content of the existing dataset to dataset
folder.
Add the files to dvc.
dvc add .
Version dvc files.
git add .
Create a new commit.
git commit -m "Migrated dataset"
Configure storage credentials
dvc remote modify --local jisap-basf password $repo_token
Upload figures to storage site
dvc push
Upload changes to GitLab
git push