Author: fthomas
Date: Tue Mar 19 04:42:02 2013
New Revision: 1458133
URL: http://svn.apache.org/r1458133
Log:
Updated for Svn to Git migration
Modified:
flex/site/trunk/content/dev-sourcecode.cmsPage
Modified: flex/site/trunk/content/dev-sourcecode.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/dev-sourcecode.cmsPage?rev=1458133&r1=1458132&r2=1458133&view=diff
==============================================================================
--- flex/site/trunk/content/dev-sourcecode.cmsPage (original)
+++ flex/site/trunk/content/dev-sourcecode.cmsPage Tue Mar 19 04:42:02 2013
@@ -1,47 +1,48 @@
-Title: Source Code
-
-We use [Apache Subversion][1] for version control. You can [browse our
repository][2] in your web browser. The development of the Flex SDK is done on
'branches/develop', while releases are cut from the 'trunk'.
-
-For further information see the [Apache Source Code Repository][3] page.
Committers need to [properly configure][7] their svn client.
-
-<div class="headline"><h4>Getting the source code</h4></div>
-
-If you are looking for the cutting edge development branch of the Flex SDK:
-
- svn co https://svn.apache.org/repos/asf/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/flex/sdk/trunk/ flex
-
-If you are looking for the Flex "Falcon" Compiler:
-
- svn co https://svn.apache.org/repos/asf/flex/falcon/trunk/ falcon
-
-If you are looking for the TLF Project:
-
- svn co https://svn.apache.org/repos/asf/flex/tlf/trunk/ tlf
-
-If you are looking for the Apache Flex SDK Installer Project:
-
- svn co https://svn.apache.org/repos/asf/flex/utilities/trunk/installer/ afi
-
-If you are looking for the Apache Flex SDK Mavenizer Project:
-
- svn co https://svn.apache.org/repos/asf/flex/utilities/trunk/mavenizer/
mavenizer
-
-<div><h4>Apache Flex SDK Automated Testing Libraries</h4></div>
-
-We use [FlexUnit][4] for unit testing. FlexUnit is in the initial phases of
being donated to the Apache Flex project, more information will be posted here
as it becomes available.
-
-We use [Mockolate][5] for mocks and test spies in unit tests. Read more about
Mockolate on the project [homepage][5].
-
-We use Mustella for functional testing of the SDK. You can find more
information on the [Wiki page][6].
-
-[1]: http://subversion.apache.org
-[2]: http://svn.apache.org/viewvc/flex
-[3]: http://www.apache.org/dev/version-control.html
-[4]: http://flexunit.org/
-[5]: http://mockolate.org/
-[6]: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview
-[7]: http://www.apache.org/dev/version-control.html#https-svn-config
+Title: Source Code
+
+We use [Git][1] for version control. You can [browse our repository][2] in
your web browser. The development of the Flex SDK is done on branches and
merged on 'develop' branch, while release candidates are done on the 'release'
branch and merged to the 'master' for the production releases, see [A
successful Git branching model][9] for more details.
+
+For further information see the [Git Tutorials & Training][3] page.
Committers need to [properly configure][7] their git client and know the
[Suggested Practices][8].
+
+<div class="headline"><h4>Getting the source code</h4></div>
+
+If you are looking for the cutting edge development branch of the Flex SDK:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
+ cd sdk
+ git checkout develop
+
+ You will also need:
+ git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+
+ See the README at the root of the sdk for further details on how to set
it up.
+
+If you are looking for the Flex "Falcon" Compiler:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git falcon
+
+If you are looking for the TLF Project:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+
+If you are looking for the Apache Flex SDK Installer or the Apache Flex SDK
Mavenizer Project:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git
utilities
+
+<div><h4>Apache Flex SDK Automated Testing Libraries</h4></div>
+
+We use [FlexUnit][4] for unit testing. FlexUnit is in the initial phases of
being donated to the Apache Flex project, more information will be posted here
as it becomes available.
+
+We use [Mockolate][5] for mocks and test spies in unit tests. Read more about
Mockolate on the project [homepage][5].
+
+We use Mustella for functional testing of the SDK. You can find more
information on the [Wiki page][6].
+
+[1]: http://git-scm.com/
+[2]: http://git.apache.org/
+[3]: http://www.atlassian.com/git/tutorial/git-basics
+[4]: http://flexunit.org/
+[5]: http://mockolate.org/
+[6]: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview
+[7]: https://git-wip-us.apache.org/
+[8]: https://git-wip-us.apache.org/docs/committer-practices.html
+[9]: http://nvie.com/posts/a-successful-git-branching-model/
\ No newline at end of file