Commit 6070cb84 authored by Rohit Gupta's avatar Rohit Gupta

Updated Readme for svn2git migration instructions

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7599 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4dc541a1
......@@ -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
......
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