From f6a81cfb6aaaa450e832841817fc65360f927bbf Mon Sep 17 00:00:00 2001 From: guptar <guptar@mycompany.com> Date: Fri, 11 Sep 2015 10:02:31 +0000 Subject: [PATCH] updated instructions for migration git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7813 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- svn2git/README.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/svn2git/README.txt b/svn2git/README.txt index aeabf1efc..ef20ceebf 100644 --- a/svn2git/README.txt +++ b/svn2git/README.txt @@ -48,8 +48,14 @@ git remote add origin git@gitlab.eurecom.fr:oai/openairinterface5g.git git push -u origin --all git push --tags -Steps to synchronize (to be carried out periodically) -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) +Steps to synchronize on calisson (to be carried out periodically) +cd ~rohit/GitMigration/GitRepoNew/oaiRepoData1/svn2git +git config -l +git config --global user.name "Replace_With_Your_Name" +git config --global user.email "Replace_With_Your_Email_address" +./check_diff_author.sh #There should be no difference in author list file +git remote set-url origin https://kaltenbe@gitlab.eurecom.fr/oai/openairinterface5g.git +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