Repositories » History » Version 6
Henning Blohm, 03.10.2012 13:56
1 | 1 | Henning Blohm | h1. Repositories |
---|---|---|---|
2 | |||
3 | 4 | Henning Blohm | This wiki page has an overview on *Git* repositories hosted on git.z2-environment.net. |
4 | |||
5 | h2. But first a word on Subversion repositories |
||
6 | |||
7 | In general, every Git repository is also available as folder on the Z2 *Subversion* repository |
||
8 | |||
9 | 6 | Henning Blohm | http://www.z2-environment.net/svn/z2-environment |
10 | 4 | Henning Blohm | |
11 | 5 | Henning Blohm | You can use the user "z2-environment" with password "z2-environment" for read-only access. |
12 | 4 | Henning Blohm | |
13 | Given the Git repository *z2-base.core* for example, there is a Subversion repository at |
||
14 | |||
15 | 6 | Henning Blohm | http://www.z2-environment.net/svn/z2-environment/trunk/z2-base.core |
16 | 4 | Henning Blohm | |
17 | for the master branch (in Git) and |
||
18 | |||
19 | 6 | Henning Blohm | http://www.z2-environment.net/svn/z2-environment/branches/BRANCH/z2-base.core |
20 | 4 | Henning Blohm | |
21 | for the branch *BRANCH* in Git. |
||
22 | |||
23 | 1 | Henning Blohm | |
24 | h2. z2-core |
||
25 | |||
26 | 2 | Henning Blohm | # "z2-core":http://redmine.z2-environment.net/projects/z2-core/repository - The actual Z2 kernel. |
27 | 1 | Henning Blohm | |
28 | h2. z2-base |
||
29 | |||
30 | # "z2-base.core":http://redmine.z2-environment.net/projects/z2-base/repository/core - The pre-compiled kernel of the z2-base system. |
||
31 | # "z2-base.base":http://redmine.z2-environment.net/projects/z2-base/repository/base - All modules beyond the kernel that make z2-base. Also contains the Jetty Web container. |
||
32 | # "z2-base.samples":http://redmine.z2-environment.net/projects/z2-base/repository/samples - Just some Hello World style samples. Go to [[samples]] for more. |
||
33 | # "z2-base.tools":http://redmine.z2-environment.net/projects/z2-base/repository/tools - Contains the Eclipse plugin "Eclipsoid" providing automatic classpath resolution for Eclipse project |
||
34 | |||
35 | h2. z2-addons |
||
36 | 2 | Henning Blohm | |
37 | # "z2-addons.spring":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-spring - Spring modules. See [[Spring add-on]]. |
||
38 | # "z2-addons.hadoop":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-hadoop - Hadoop and HBase modules. See [[Hadoop add-on]]. |
||
39 | |||
40 | h2. z2-samples |
||
41 | |||
42 | The z2-samples project hosts repositories that show-case how to use Z2 in general or in conjunction with some other technology. |
||
43 | |||
44 | 3 | Henning Blohm | Please visit the [[Samples]] page to learn more about them. |
45 | |||
46 | Every sample comes with a repository. Browse them "here":http://redmine.z2-environment.net/projects/z2-samples/repository. |