Open GoogleCodeExporter opened 9 years ago
Here is the fix.
Tested by modifying Android's manifest.xml to only contain external/ after a
fresh
repo init, repo syncing, and seeing no error message.
I can't think of any cases where this would be problematic, as it was about to
be
deleted anyway.
Original comment by m.bn...@gmail.com
on 26 Sep 2009 at 2:29
Attachments:
Can you follow SUBMITTING_PATCHES and upload your patch for review at
review.source.android.com?
Original comment by sop+code@google.com
on 26 Sep 2009 at 7:14
https://review.source.android.com/#change,11960
Original comment by m.bn...@gmail.com
on 26 Sep 2009 at 9:48
I encountered the problem when I removed the whole workspace,
rm -rf $WORKSPACE/*
deleting everything except the hidden .repo directory.
This was to get a quick sync but a completely clean build.
If you've done that, you can work around this bug by doing
rm -f .repo/project.list
also before you do repo sync.
Original comment by ern...@gmail.com
on 3 Mar 2010 at 3:49
We are having this issue.
Is there a resolution?
Original comment by bruce.e.james
on 8 Oct 2014 at 1:33
Original issue reported on code.google.com by
m.bn...@gmail.com
on 25 Sep 2009 at 7:25