From 7326d9afcb3dca1745cdf700742a2aa23bb53833 Mon Sep 17 00:00:00 2001
From: guptar <guptar@mycompany.com>
Date: Fri, 19 Jun 2015 15:34:04 +0000
Subject: [PATCH] Minor updates for gitlab login/password

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7610 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 svn2git/README.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/svn2git/README.txt b/svn2git/README.txt
index 1c6388ce2f1..aeabf1efcc6 100644
--- a/svn2git/README.txt
+++ b/svn2git/README.txt
@@ -19,9 +19,14 @@ This file describes briefly the steps that were carried out to migrate from *PUB
    b) git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git (If certificate is installed in step 4)
 
 6. In order to checkout the Git repository (for OAI Developers/admins with login to gitlab server). Please send email to openair_tech@eurecom.fr to be added to the repository as a developer). If you do not have account on gitlab.eurecom.fr, please register yourself to gitlab.eurecom.fr.
-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). Once  that is done, checkout the git repository using:
+
+  a) Checkout with using ssh keys:
+     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). Once  that is done, checkout the git repository using:
    git clone git@gitlab.eurecom.fr:oai/openairinterface5g.git
 
+  b) Checkout with user name/password prompt:
+   
+   git clone https://YOUR_USERNAME@gitlab.eurecom.fr/oai/openairinterface5g.git
 
 
 
-- 
GitLab