Source repositories overview: Difference between revisions

From RISC OS
Jump to navigationJump to search
No edit summary
Line 9: Line 9:


The following SVN repositories are available :
The following SVN repositories are available :
;GCCSDK & Autobuilder
=== GCCSDK & Autobuilder ===
:GCCSDK and Autobuilder sources are stored in one repository ''gccsdk''.
:GCCSDK and Autobuilder sources are stored in one repository ''gccsdk''.
:<code>$ svn co svn://svn.riscos.info/gccsdk/trunk/ gccsdk</code>
:<code>$ svn co svn://svn.riscos.info/gccsdk/trunk/ gccsdk</code>
Line 26: Line 26:
:*release_2_95 : this is the development branch for all GCCSDK 2.95 based work.
:*release_2_95 : this is the development branch for all GCCSDK 2.95 based work.


;ChoX11
=== ChoX11 ===
:The XLib replacement for RISC OS is stored in the repository ''ChoX11''.
:The XLib replacement for RISC OS is stored in the repository ''ChoX11''.
:<code>$ svn co svn://svn.riscos.info/ChoX11/trunk/ chox11</code>
:<code>$ svn co svn://svn.riscos.info/ChoX11/trunk/ chox11</code>
:The ''ChoX11'' repository has its trunk at <code>trunk</code>, branches at <code>branches</code> and tags at <code>tags</code> as subdirectories of the ''qemu'' repository.
:The ''ChoX11'' repository has its trunk at <code>trunk</code>, branches at <code>branches</code> and tags at <code>tags</code> as subdirectories of the ''qemu'' repository.


;DeskLib
=== DeskLib ===
:The C Wimp library for RISC OS is stored in the repository ''DeskLib''.
:The C Wimp library for RISC OS is stored in the repository ''DeskLib''.
:<code>$ svn co svn://svn.riscos.info/DeskLib/trunk/ desklib</code>
:<code>$ svn co svn://svn.riscos.info/DeskLib/trunk/ desklib</code>
:The ''DeskLib'' repository has its trunk at <code>trunk</code>, branches at <code>branches</code> and tags at <code>tags</code> as subdirectories of the ''qemu'' repository.
:The ''DeskLib'' repository has its trunk at <code>trunk</code>, branches at <code>branches</code> and tags at <code>tags</code> as subdirectories of the ''qemu'' repository.


;QEMU
=== QEMU ===
:RISC OS and GCCSDK specific changes to QEMU are stored in the repository ''qemu''.
:RISC OS and GCCSDK specific changes to QEMU are stored in the repository ''qemu''.
:<code>$ svn co svn://svn.riscos.info/qemu/trunk/ qemu</code>
:<code>$ svn co svn://svn.riscos.info/qemu/trunk/ qemu</code>
Line 42: Line 42:
:Revision 2 contains a snapshot of [http://savannah.nongnu.org/cvs/?group=qemu QEMU CVS repository] made on 2006-03-21 01:00:00 CET. The ''trunk'' will be from time to time updated with snapshots taken from the QEMU CVS repository. The RISC OS and GCCSDK specific changes will be made in the branch xxx.
:Revision 2 contains a snapshot of [http://savannah.nongnu.org/cvs/?group=qemu QEMU CVS repository] made on 2006-03-21 01:00:00 CET. The ''trunk'' will be from time to time updated with snapshots taken from the QEMU CVS repository. The RISC OS and GCCSDK specific changes will be made in the branch xxx.


;RPCemu
=== RPCemu ===
:The source code for RPCemu is stored in the repository ''rpcemu''.
:The source code for RPCemu is stored in the repository ''rpcemu''.
:<code>$ svn co svn://svn.riscos.info/rpcemu/trunk/ rpcemu</code>
:<code>$ svn co svn://svn.riscos.info/rpcemu/trunk/ rpcemu</code>

Revision as of 14:55, 29 March 2006

People not or not fully experienced with Subversion are strongly recommended to read Subversion Book and Subversion FAQ.

RISC OS Subversion client

RISC OS Client

Available SVN repositories

All SVN repositories at svn.riscos.info have anonymous read-only access. Write-access needs an account/password.

The following SVN repositories are available :

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 at branches and tags at tags 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.

ChoX11

The XLib replacement for RISC OS is stored in the repository ChoX11.
$ svn co svn://svn.riscos.info/ChoX11/trunk/ chox11
The ChoX11 repository has its trunk at trunk, branches at branches and tags at tags as subdirectories of the qemu repository.

DeskLib

The C Wimp library for RISC OS is stored in the repository DeskLib.
$ svn co svn://svn.riscos.info/DeskLib/trunk/ desklib
The DeskLib repository has its trunk at trunk, branches at branches and tags at tags as subdirectories of the qemu repository.

QEMU

RISC OS and GCCSDK specific changes to QEMU are stored in the repository qemu.
$ svn co svn://svn.riscos.info/qemu/trunk/ qemu
The qemu repository has its trunk at trunk, branches at branches and tags at tags as subdirectories of the qemu repository.
Revision 2 contains a snapshot of QEMU CVS repository made on 2006-03-21 01:00:00 CET. The trunk will be from time to time updated with snapshots taken from the QEMU CVS repository. The RISC OS and GCCSDK specific changes will be made in the branch xxx.

RPCemu

The source code for RPCemu is stored in the repository rpcemu.
$ svn co svn://svn.riscos.info/rpcemu/trunk/ rpcemu