Migrating tools to GitHub

From Apertium
Revision as of 02:17, 8 March 2018 by Shardulc (talk | contribs) (Created page with "Apertium has migrated all the language data, the core, and a few tools to [https://github.com/apertium GitHub]. Many tools have not been migrated because they are not frequent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Apertium has migrated all the language data, the core, and a few tools to GitHub. Many tools have not been migrated because they are not frequently maintained and/or are outdated. Read-only versions of these tools are available at their old SVN locations.

If there is a tool that has not been migrated but you would like to have it migrated, you have two options.

Do it yourself

If the tool is under a personal GitHub account

If the tool is already on GitHub under your personal account, you can transfer it to the 'apertium' organization. Please send an email to the apertium-stuff mailing list immediately after you do this.

If the tool is not already on GitHub

If the tool is not already on GitHub:

  1. Run git clone https://github.com/apertium/apertium-on-github.git.
  2. Run cd apertium-on-github.
  3. Do only the first four steps described here.
  4. Run ./import-repo.sh "https://svn.code.sf.net/p/apertium/svn/trunk/<tool-name>" "<tool-name>" "[\"apertium-tools\"]".

And that's it!

Ask for it to be migrated

Please send an email to the apertium-stuff mailing list about your tool.