Thanks for the response.
I think, I didn't clearly state the issue I am facing.
I had synced android using repo tool, so then my android consisted of
112 projects.
Then I started development on top of those 112 projects and now I have
added 1 more git project in android.
So, repo tool is not allowing me to add this to android.
I wish to run the repo sync, but prior to that my freshly added git
repository in android should be visible in the output of "repo forall -
c 'pwd' "
When, I run this command, it gives me an exception as below:
*************************************************************************************
Traceback (most recent call last):
File "/data/ccase11/android_git/android/.repo/repo/main.py", line
235, in ?
_Main(sys.argv[1:])
File "/data/ccase11/android_git/android/.repo/repo/main.py", line
217, in _Main
repo._Run(argv)
File "/data/ccase11/android_git/android/.repo/repo/main.py", line
123, in _Run
cmd.Execute(copts, cargs)
File "/data/ccase11/android_git/android/.repo/repo/subcmds/
forall.py", line 163, in Execute
setenv('REPO_LREV', project.GetRevisionId())
File "/data/ccase11/android_git/android/.repo/repo/project.py", line
622, in GetRevisionId
rev = rem.ToLocal(self.revisionExpr)
File "/data/ccase11/android_git/android/.repo/repo/git_config.py",
line 520, in ToLocal
raise GitError('remote %s does not have %s' % (
self.name, rev))
error.GitError: remote korg does not have refs/heads/master
*************************************************************************************
Then, I found that repo tool sets a default remote as "korg" in the
start.
But, I'm not able to get through it.
So, in short, I wish to add a new directory to my android repo, which
gets recognized by repo tool (which ain't happening now! :( )
TIA
Regards,
Amit