My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
SVN  
A guide to use Shoutcast Server Stats' svn
Featured, Phase-Implementation
Updated Dec 31, 2009 by jpapad2...@gmail.com

Introduction

Since v0.3 the project is relying on svn. I have done many additions to it, and it may become complex to the ones who wish to use svn. Here I'll try to decode it.

Downloading Latest Stable

This is no problem. There is a directory that always hosts the latest stable edition of Shoutcast Server Stats. You can download it using this:

svn checkout http://shoutcaststats.googlecode.com/svn/trunk/latest-stable/ shoutcaststats-latest-stable

In a few seconds the latest stable version will be downloaded in your computer and you can start using it. Latest stable will only hold codes & txts. You can download the graphics pack from the Downloads area. (This applies from v0.4 and upwards).

Downloading Latest Unstable

This is easy as well. There is a directory that always hosts the latest unstable edition of Shoutcast Server Stats. You can download it using this:

svn checkout http://shoutcaststats.googlecode.com/svn/trunk/latest-unstable/ shoutcaststats-latest-unstable

In a few seconds the latest unstable version will be downloaded in your computer and you can start using it. Latest unstable will only hold codes & txts. Graphics download are not available for unstables, since we do not encourage using it, but only bugtesting it. A list of image files etc can be found on the "images.txt" (v0.5 unstables or newer)

Downloading Older Stables

Here is the hard part. We have a directory, named "branches" which holds all the stable codes. You can download all stables using:

svn checkout http://shoutcaststats.googlecode.com/svn/branches/ shoutcaststats-all-stables

but if you want a specific version, you can use this syntax:

svn checkout http://shoutcaststats.googlecode.com/svn/branches/x/y/ shoutcaststats-all-stables

x = the major version number, while y = the minor version number Just replace x/y with the "SVN Syntax" available on the table below: Here is a table for major/minors:

(SVN Availability is subject to the latest version available. For example, you won't find v1.1 until it is released. The numbers above are just examples)
Number Major (x) Minor (y) SVN Syntax
v0.2 0 2 0/2
v0.3 0 3 0/3
v0.4 0 4 0/4
v0.5 0 5 0/5
v1.0 1 0 1/0
v1.1 1 1 1/1
v1.2 1 2 1/2
v2.0 2 0 2/0

Downloading Older Unstables

Older unstables are not available through SVN or Downloads area. You should always use the latest STABLE version that is working for you.


Sign in to add a comment
Powered by Google Project Hosting