Trying to follow the instructions at http://source.android.com/source/git-repo.html, I got through
$ curl http://android.git.kernel.org/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ mkdir working-directory-name $ cd working-directory-name but when I try $ repo init-u git://android.git.kernel.org/platform/manifest.git I get error: command 'init-u' requires repo to be installed first. Use "repo init" to install it here. so I try "repo init" and get Usage: repo init -u url [options] I am running FreeBSD 8.1 TIA Bernard Higonnet -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

