Skip to content
Snippets Groups Projects
Commit ca4e0f49 authored by Sam Gleske's avatar Sam Gleske
Browse files

Adding CVS import reference

parent 27740511
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ This project is meant to temporarily fill in a gap left by GitLab for managing r ...@@ -41,6 +41,7 @@ This project is meant to temporarily fill in a gap left by GitLab for managing r
* [Git-svn Tutorial][9] * [Git-svn Tutorial][9]
* [Why git can't clone into a bare repository][10] * [Why git can't clone into a bare repository][10]
* [How to convert a git repository from normal to bare][11] * [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. 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 ...@@ -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 [9]: http://trac.parrot.org/parrot/wiki/git-svn-tutorial
[10]: http://stackoverflow.com/questions/12544318/why-git-svn-cannot-clone-a-bare-repo [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 [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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment