Hi all,

I am trying to create a GIT clone and followed below steps
1.       Set Environment Variables
a.       export 
PATH=/auto/mitg-sw/tools/debian/git/bin:/auto/mitg-sw/tools/bin:$PATH 
2.       Generate Keys
a.       ssh-keygen -t rsa 
b.      chmod 700 ~/.ssh
c.       chmod go-w ~
d.      cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
e.      /auto/mitg-sw/oak/bin/git-request-access
3.       Clone Creation
a.       git-ws qa/autotest autotest.mainline
4.       Popultaing components
a.       Goto mainline directory -  ‘cd autotest.mainline’
b.       git populate utils suites/BaseClasses suites/UMTSFemto



Upto step 4(a) everything is working fine but when I am trying to fire git 
populate utils suites/BaseClasses suites/UMTSFemto command I get below error

anisal@rtppnkvm36-vm1 Temp]$cd autotest.mainline/
anisal@rtppnkvm36-vm1 autotest.mainline]$git populate utils 
suites/BaseClasses suites/UMTSFemto
suites/BaseClasses : Could not find a suitable local directory for a git 
repository cache.
suites/UMTSFemto   : Could not find a suitable local directory for a git 
repository cache.
utils              : Could not find a suitable local directory for a git 
repository cache.
suites/UMTSFemto   : Populated suites/UMTSFemto
suites/UMTSFemto   : error: pathspec 'suites/UMTSFemto' did not match any 
file(s) known to git.
suites/UMTSFemto   : Did you forget to 'git add'?
suites/UMTSFemto   : Error: Could not checkout in suites/UMTSFemto! 
(perhaps due to a bad default HEAD on server?)

utils              : Populated utils
utils              : Resetting current branch 'mainline'...
suites/BaseClasses : Populated suites/BaseClasses
suites/BaseClasses : Resetting current branch 'mainline'...
suites/BaseClasses : HEAD is now at ef45143 CSCuq30696 - [SAMOG] 17.0 
behavior change with CSCuo04492 fix on 16.0 cases
Waiting for 1 package to finish loading...
Checking out files: 100% (3264/3264), done.3% (110/3264)
utils              : HEAD is now at ae4ce1a New files added
Errors were encountering while populating suites/UMTSFemto
anisal@rtppnkvm36-vm1 autotest.mainline]$
anisal@rtppnkvm36-vm1 autotest.mainline]$




Can anybody please help me on this !!!


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to