Project

General

Profile

Step 3 - First steps with Z2 on SVN » History » Version 3

Udo Offermann, 13.09.2012 10:07

1 1 Udo Offermann
h1. Step 4 - First steps with Z2 on SVN
2 2 Udo Offermann
3
[[Step_3_-_First_steps_with_Z2_on_Git]] describes how to develop Z2 applications with Git using the Eclipse IDE. Z2 also supports SVN which is shown on this page.
4
The overall approach is the same: The single parts of the z2-environment - such as the core, base, add-ons, application - are stored in repositories, 
5
and Z2 loads the source code and 3rd party libraries directly from SVN using "SVNKit":http://svnkit.com/. In opposite to Git one will put the single z2-repositories 
6
(we call them _component repositories_, because they are the sources for the z2 components) into one SVN repository installation. 
7
8
h2. Prerequisites
9
10
You need a properly setup JDK 6 on Linux, Mac OS X or Windows - that's all.
11
A halfway modern system will do.
12
13
This how-to uses the "SVN":http://subversion.apache.org/ VCS, you just need to have the SVN client installed on your system (we're using SVN version 1.6 and 1.7). 
14 3 Udo Offermann
You can also run Z2 with Git as described on [[Step 2 - Install and run in 5 minutes]] and [[]].
15 2 Udo Offermann
16
It is benefical to use the Eclipse IDE (Ganymed, Helios or Indigo work all fine). There's a small Eclipse plugin called "Eclipsoid" which makes it easier to develop z2 applications within Eclipse (see Step 3 - First development steps for more details). However you can use any IDE (including vi and notepad) together with z2.
17
Edit