Download

From libopenmetaverse - libomv - Developer Wiki

(Redirected from SVN Structure)
Jump to: navigation, search

Current Release

The current release version is 0.8.3 released July 28, 2010

Download a precompiled binary version in zip format
Download a precompiled binary version with windows installer
Download source code

You can download the source for this release from:

svn co http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/tags/0.8.3

If you are using TortoiseSVN for windows the URL would be:

http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/tags/0.8.3

Previous Releases

The previous releases can be found in the previous releases page

Development

The latest development version is in SVN:

svn co https://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/

If you are using TortoiseSVN for windows the URL would be:

https://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trun/k

Browse It

You can browse the code via Source Browser

Non-BSD and Miscellaneous Code

Any non-BSD licensed or miscellaneous code is kept in a separate repository at https://openmv.org/svn/misc.

Structure

Path Used For
trunk/ Development branch for the next major version. Possibly Unstable. This is where primary development takes place for non breaking changes, bug fixes, and
branches/0.x-devel Testing branch where features are backported for testing before a point release is made. This could also be called a release candidate branch, no new features should be committed, only bug fixes and inline documentation.
tags/0.X.X Stable branch for point releases between major releases.
branches/experimental/<something> Developer specific branches, where experiemental code or features go.


The way it works

In an effort to stabilize libsecondlife and to start putting out a regular release we have restructured our SVN tree.

We will now have a stable and versioned releases which are marked by version numbered tags. For example tags/0.4.0/ would be version 0.4.0.

The trunk/ is for the latest development. This branch is unstable and more likely to be broken. Suitable for developer testing but not recommended for release with any application.