Hi, > I've looked on the apache flex web site yesterday and the source code was > available only for svn, did they change the repository to git recently?
We're still in the process of moving to git and not everything is read/write yet. Currently the github mirrors are broken. The Apache Flex SDK has been moved over and can be checked out like so: git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk Note that the most up to date code is in the develop branch not the master/trunk so you need to switch to that: git checkout develop Thanks, Justin