Menu

Google Search


Calendar

« February 2012 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

Categories

Recently...

Syndicate

Policies

« Previous | Next»

Getting the Sources (with git)

Posted by coldtobi | 17 Jun, 2009, 21:16

This project uses git to manage its source code.

To understand how to get the right code, please read how branches and tags are used.

 

branches

Currently the project uses this branches to maintain the code:

  • To get the current (stable) release, use the master branch. This is the same version as downloading the archive file from sf.net
  • Newer code will go into the testing branch. This branch is guaranteed to compile, but might not always work as expected.
  • trunk is the newest one, the front.  The code should compile, but noones say that it will work at all.

Used Tags

A tag "solarpowerlog-<version>" is generated for every released version.For example, with solarpowerlog-0.01  version 0.01 is marked.

(It may also be used to tag some versions, like release candiates.)

Get the code

to get the code of your desired branch, use

git init

git pull --tags git://solarpowerlog.git.sourceforge.net/gitroot/solarpowerlog/solarpowerlog <branch>

Note: If you omit <branch> you'll get the (default) master branch.  "--tags" makes sure that you also get the tag informations.

Development | Comments (0) | Trackbacks (0)

0 Comments | "Getting the Sources (with git)" »

Add comment

 

 This is the ReCaptcha Plugin for Lifetype

Due to German legislation, all comments are moderated. If you get NO error message, your comment is accepted by the system and will be released at the earliest opportunity. Sorry for the inconvenience this might cause.

Inappropiate comments might be edited or not accepted.