Project

General

Profile

Repositories » History » Version 9

Henning Blohm, 31.07.2013 10:33

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 9 Henning Blohm
As a basic rule, z2 releases go together with releases of add-ons and samples. All releasing happens by branch creation. That is, a consistent Version 2.1 view is achieved by consistently checking out the branch called "v2.1". 
6
7 4 Henning Blohm
h2. But first a word on Subversion repositories
8
9
In general, every Git repository is also available as folder on the Z2 *Subversion* repository
10
11 6 Henning Blohm
http://www.z2-environment.net/svn/z2-environment
12 4 Henning Blohm
13 5 Henning Blohm
You can use the user "z2-environment" with password "z2-environment" for read-only access.
14 4 Henning Blohm
15
Given the Git repository *z2-base.core* for example, there is a Subversion repository at 
16
17 6 Henning Blohm
http://www.z2-environment.net/svn/z2-environment/trunk/z2-base.core
18 4 Henning Blohm
19
for the master branch (in Git) and 
20
21 6 Henning Blohm
http://www.z2-environment.net/svn/z2-environment/branches/BRANCH/z2-base.core
22 4 Henning Blohm
23
for the branch *BRANCH* in Git.
24
25 1 Henning Blohm
26
h2. z2-core
27
28 2 Henning Blohm
# "z2-core":http://redmine.z2-environment.net/projects/z2-core/repository - The actual Z2 kernel. 
29 1 Henning Blohm
30
h2. z2-base
31
32
# "z2-base.core":http://redmine.z2-environment.net/projects/z2-base/repository/core - The pre-compiled kernel of the z2-base system.
33
# "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.
34
# "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
35
36
h2. z2-addons
37 2 Henning Blohm
38
# "z2-addons.spring":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-spring - Spring modules. See [[Spring add-on]].
39
# "z2-addons.hadoop":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-hadoop - Hadoop and HBase modules. See [[Hadoop add-on]].
40 8 Henning Blohm
# "z2-addons.groovy":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-groovy - Groovy support. See [[Groovy add-on]].
41
# "z2-addons.vaadin":http://redmine.z2-environment.net/projects/z2-addons/repository/z2-addons-vaadin - Vaadin and utilities. See [[Vaadin add-on]].
42 2 Henning Blohm
43
h2. z2-samples
44
45
The z2-samples project hosts repositories that show-case how to use Z2 in general or in conjunction with some other technology.
46
47 3 Henning Blohm
Please visit the [[Samples]] page to learn more about them.
48
49
Every sample comes with a repository. Browse them "here":http://redmine.z2-environment.net/projects/z2-samples/repository.