Open main menu

Changes

174 bytes added ,  16:09, 28 May 2015
no edit summary
But the real migration is harder than that.
* user migration/mapping <code>svn log --xml | grep author | sort -u | perl -pe 's/.*>(.*?)<.*/$1 = /' > users.txt</code>
* <code>git svn clone --stdlayout --no-metadata --authors-file=users.txt file:///path-to/svn-repo tmp-git-repo</code>* <code>git checkout -b local_branch remote_branch</code>
* migrate tags
== Overview of the trial project ==
One potential trial would be to setup GitLab Development Kit, either on bare metal, or using vagrant https://gitlab.com/gitlab-org/gitlab-development-kit
== Define the trial project along with milestones ==
4,558

edits