Source repositories overview: Difference between revisions
From RISC OS
Jump to navigationJump to search
No edit summary |
m (Got number of square brackets wrong) |
||
Line 1: | Line 1: | ||
People not or not fully experienced with Subversion are strongly recommended to read |
People not or not fully experienced with Subversion are strongly recommended to read [http://svnbook.red-bean.com/ Subversion Book] and [http://subversion.tigris.org/faq.html Subversion FAQ]. |
||
== Available SVN repositories == |
== Available SVN repositories == |
Revision as of 23:17, 20 March 2006
People not or not fully experienced with Subversion are strongly recommended to read Subversion Book and Subversion FAQ.
Available SVN repositories
The following SVN repositories are available at svn.riscos.info :
- GCCSDK & Autobuilder
- GCCSDK and Autobuilder sources are stored in one repository gccsdk.
$ svn co svn://svn.riscos.info/gccsdk/trunk/ gccsdk
- The gccsdk repository has its trunk at
trunk
, branches atbranches
and tags attags
as subdirectories of the gccsdk repository. - The following are the most important tags used:
- release_3_4_5_v1 : tree snapshot for the GCCSDK GCC 3.4.5 Release 1 release.
- release_3_4_4_v3 : tree snapshot for the GCCSDK GCC 3.4.4 Release 3 release.
- release_3_4_4_v2 : tree snapshot for the GCCSDK GCC 3.4.4 Release 2 release.
- release_3_4_4 : tree snapshot for the GCCSDK GCC 3.4.4 Release 1 release.
- release_3_4_1 : tree snapshot for the GCCSDK GCC 3.4.1 Release 1 release.
- release_3_3_3_pre2 : tree snapshot for the GCCSDK GCC 3.3.3 pre-release 2 release.
- release_2_95_4_v3 : tree snapshot for the GCCSDK GCC 2.95.4 Release 3 release.
- The following are the most important branches used:
- release_3_4_4_v2_stable : this is the stable branch for the GCCSDK GCC 3.4.4 releases.
- release_3_3 : this is the development branch for all GCCSDK 3.3 based work.
- release_2_95 : this is the development branch for all GCCSDK 2.95 based work.