For future reference, this was the OP's error message when running
"repo sync":
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 9,
column 79
This would indicate a broken manifest file. Did you run "repo init ..."
after you deleted the .repo directory? What's in .repo/manifest.xml
(specifically in the vicinity of line 9)?
--
Magnus B�ck
ba...@google.com
> sorry about his but I linked wrong pastebin...this is the correct
> one... http://pastebin.com/AwzWFw7z thanks a lot.
Please post the error messages in the email instead of forcing people to
open URLs. Anyway, this is the important part of the Pastebin text:
iam@siamUTE-desktop:~/WORKING_DIRECTORY$ repo init
...
IOError: [Errno 2] No such file or directory:
'/home/siam/WORKING_DIRECTORY/.repo/manifests/.git/HEAD'
It looks like you deleted parts of your .repo directory but not
all of it. Otherwise Repo would normally complain about the lacking
-u option. The problem could also be that you have a .repo directory
further up in the tree, e.g. in /home/siam. Delete that directory
(and /home/siam/WORKING_DIRECTORY/.repo) and start over again.
If you've downloaded some source code already, you can save
.repo/projects away and restore it in a new .repo right after repo
init. That saves a lot of download time.
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.