Difference between revisions of "Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
(Removing dead links to openmetaverse.org)
Line 20: Line 20:
*  [http://svn.secondlife.com/trac/linden/browser Browse source (using Trac)]
*  [http://svn.secondlife.com/trac/linden/browser Browse source (using Trac)]
*  [http://svn.secondlife.com/trac/linden Other tools]
*  [http://svn.secondlife.com/trac/linden Other tools]
*  [http://www.openmetaverse.org:8180/source/ Search] and [http://www.openmetaverse.org:8180/source/xref/linden/ browse] source using [http://www.opensolaris.org/os/project/opengrok/ OpenGrok], hosted by OpenMetaverse


== Write access ==
== Write access ==

Revision as of 02:26, 14 June 2009

Linden Lab runs an official Subversion repository that contains occasional snapshots from the internal Linden Lab source repository.

Using the repository

  • Create a location on your hard drive to check out the code (e.g. Linden Lab developers generally use $HOME/linden)
  • Select which branch you'd like to check out. See the tracker to browse currently-active branches, and source branches for an explanation. For example:
    • Trunk: https://svn.secondlife.com/svn/linden/trunk
    • RC branch: https://svn.secondlife.com/svn/linden/branches/viewer_1-23
    • Viewer Maintenance: https://svn.secondlife.com/svn/linden/branches/maint-viewer
    • Render Maintenance: https://svn.secondlife.com/svn/linden/branches/render-pipeline
    • Featurettes!: https://svn.secondlife.com/svn/linden/branches/featurettes
    • Interop: https://svn.secondlife.com/svn/linden/branches/interop-9
    • l10n: https://svn.secondlife.com/svn/linden/branches/maint-l10n-1
    • Shadows and Texture Projection: https://svn.secondlife.com/svn/linden/branches/render-pipeline

Browse source

Write access

Developers that have signed and submitted a contribution agreement are eligible (not guaranteed) for write access to the repository. Other considerations, such as patches submitted and reasons access is requested will also come into play.

Note that your checkout must be based off an https:// URL, not http:// if you wish to commit, otherwise you will get an unfriendly 500 warning. This is done to avoid plaintext password exchanges. If you need to convert an existing checkout from http to https, investigate "svn switch --relocate" for command-line svn, or the "relocate" context menu in TortoiseSVN.

Unofficial repositories

Below are repositories maintained by individuals outside Linden Lab. These repositories are not affiliated with Linden Lab in any way.

Debian

Git repository for packaging the viewer for Debian, Ubuntu, Arch and Gentoo (so far), maintained by Robin Cornelius

please see http://omvviewer.byteme.org.uk/ for details

Hippo OpenSim Viewer

SVN repository of the Hippo OpenSim Viewer, a modified Second Life viewer targeted at OpenSim users.

See http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo for details.