Thanks for your reply. I've already raised a ticket by the Apache INFRA: https://issues.apache.org/jira/browse/INFRA-6248
Babak Am 09.05.13 10:05 schrieb "Ryan Tomayko (GitHub Staff)" unter <supp...@github.com>: >Actually, there is no trunk branch listed at >https://git-wip-us.apache.org/repos/asf/camel.git now that I look at it >closer: > >$ git ls-remote https://git-wip-us.apache.org/repos/asf/camel.git | grep >trunk$ >b4f6a8f6dcbe1009a2274bf94429d1d655ecba79 >refs/original/refs/remotes/trunk >b0ccd947445df66a980034bb87f3fdbdb8066d02 refs/remotes/trunk > >There is a master branch, however: > >$ git ls-remote https://git-wip-us.apache.org/repos/asf/camel.git | grep >master >6c27433e25d706cd643c4dec5bb39099d0079ce7 refs/heads/master > >But that's not being served from the readonly version: > > $ git ls-remote git://git.apache.org/camel.git | grep master > >Perhaps the default branch was switched from trunk to master in the SVN >-> git switch? In any case, it looks like the readonly mirror at >git.apache.org is out of sync. > >Once the readonly mirror at git.apache.org is corrected, the github.com >repository should automatically pick the master branch as the new >default, since the trunk branch appears to have been deleted. Mirrors are >synchronized every 12 hours or so, so there may be delay. > >Thanks, >Ryan