From ca4e0f4924aaa27540736d7d5e8f1826ee960853 Mon Sep 17 00:00:00 2001 From: Sam Gleske <sag47@drexel.edu> Date: Sat, 14 Sep 2013 17:47:22 -0400 Subject: [PATCH] Adding CVS import reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7236f92..06a855d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This project is meant to temporarily fill in a gap left by GitLab for managing r * [Git-svn Tutorial][9] * [Why git can't clone into a bare repository][10] * [How to convert a git repository from normal to bare][11] +* [Converting CVS repositories to git][12] This project will still be useful after repository mirror support is native in GitLab because it allows admins to mirror massive amounts of repositories in an automated fashion. When native mirror support is included this project will likely be refactored into a script to automate adding mirrors via the API. @@ -55,3 +56,4 @@ This project will still be useful after repository mirror support is native in G [9]: http://trac.parrot.org/parrot/wiki/git-svn-tutorial [10]: http://stackoverflow.com/questions/12544318/why-git-svn-cannot-clone-a-bare-repo [11]: http://stackoverflow.com/questions/2199897/how-to-convert-a-git-repository-from-normal-to-bare +[12]: http://stackoverflow.com/questions/7344941/converting-cvs-repositories-to-git -- GitLab