Hi,
The README file curently has:
Getting the latest sources via Subversion
=========================================
You can always checkout the latest source via subversion using the following
command:
svn co https://svn.apache.org/repos/asf/incubator/flex/trunk flex
For further information visit http://incubator.apache.org/flex/source.html
To save confusion (ie as we're not working in trunk) should be be more like
this?
Getting the latest sources via Subversion
=========================================
You can always checkout the latest source via subversion.
If you are looking for the cutting edge development branch of the Flex SDK:
svn co
https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/develop/ flex
If you are looking for the pre-release version of the Flex SDK:
svn co https://svn.apache.org/repos/asf/incubator/flex/sdk/trunk/ flex
For further information visit http://incubator.apache.org/flex/source.html
Thanks,
Justin