Commit f6a81cfb authored by guptar's avatar guptar

updated instructions for migration

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7813 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a3b5d7b2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment