From 6070cb84d4384e974e963a749f2da618851a80e6 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Fri, 19 Jun 2015 10:13:31 +0000 Subject: [PATCH] Updated Readme for svn2git migration instructions git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7599 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- svn2git/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svn2git/README.txt b/svn2git/README.txt index 2861e20b5a1..44b632654d4 100644 --- a/svn2git/README.txt +++ b/svn2git/README.txt @@ -9,7 +9,7 @@ This file describes briefly the steps that were carried out to migrate from *PUB 7. You will need to put your ssh keys in https://gitlab.eurecom.fr/profile/keys to access to the git repo (only important for users who want to commit to the repository) -Migration Instructions in Detail: +Migration Instructions from SVN->Git in Detail (Not important for OAI Developer Community): Assuming you are in svn2git directory. wget https://bitbucket.org/atlassian/svn-migration-scripts/downloads/svn-migration-scripts.jar @@ -28,7 +28,7 @@ git push -u origin --all git push --tags Steps to synchronize (to be carried out periodically) -git svn fetch --authors-file=./authors.txt +git svn fetch --authors-file=./authors.txt (Make sure that there are no new authors since the last migration, else this will result in errors) git svn rebase git push -u origin --all git push --tags -- GitLab