Add a repo manifest for KorAP

This should facilitate the handling of multiple repositories and
Gerrit workflows.

Change-Id: I06788e7ef4a283bb9f936cb094cfa121ee6690e1
2 files changed
tree: 80f5a67be51461538f342ead50590a4d999b3702
  1. default.xml
  2. Readme.md
Readme.md

KorAP Repo Manifest

This repository contains the files necessary for setting up KorAP using Repo, a tool built by the Android development team to manage multi-repository projects.

Getting started

To set KorAP using repo, you first might need to install repo. Then you can fetch all KorAP repositories:

mkdir KorAP
cd KorAP
repo init -u https://korap.ids-mannheim.de/gerrit/KorAP/manifest
repo sync