Difference between revisions of "Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Unofficial repositories: Added link to Hippo viewer)
m
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{CompileNav}}
{{CompileNav}}
 
{{Obsolete|This page used to describe the old Snowglobe process.  Linden Lab no longer makes the Snowglobe sources available (they are too far out of date now to be helpful as a basis for development) - for current source code information, see [[Get source and compile]]}}
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 [http://svn.secondlife.com/trac/linden/browser the tracker] to browse currently-active branches, and [[source branches]] for an explanation.  For example:
** Trunk: <nowiki>https://svn.secondlife.com/svn/linden/trunk</nowiki>
** RC branch: <nowiki>https://svn.secondlife.com/svn/linden/branches/viewer_1-22</nowiki>
** Viewer Maintenance: <nowiki>https://svn.secondlife.com/svn/linden/branches/maint-viewer</nowiki>
** Render Maintenance: <nowiki>https://svn.secondlife.com/svn/linden/branches/render-pipeline</nowiki>
** Featurettes!: <nowiki>https://svn.secondlife.com/svn/linden/branches/featurettes</nowiki>
** Interop: <nowiki>https://svn.secondlife.com/svn/linden/branches/interop-9</nowiki>
** l10n: <nowiki>https://svn.secondlife.com/svn/linden/branches/maint-l10n-1</nowiki>
** Shadows and Texture Projection: <nowiki>https://svn.secondlife.com/svn/linden/branches/render-pipeline</nowiki>
 
== Browse source ==
 
[http://svn.secondlife.com/trac/linden/browser Browse source (using Trac)]
[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 ==
 
Developers that have signed and submitted [http://secondlife.com/developers/opensource/submitting 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 <nowiki>https://</nowiki> URL, not <nowiki>http://</nowiki> 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 ==
== Unofficial repositories ==
Line 33: Line 7:


=== Debian ===
=== Debian ===
Git repository for packaging the viewer for Debian and Ubuntu (so far), maintained by Robin Cornelius
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
please see http://omvviewer.byteme.org.uk/ for details
Line 41: Line 15:
a modified Second Life viewer targeted at [http://opensimulator.org/wiki/Main_Page OpenSim] users.
a modified Second Life viewer targeted at [http://opensimulator.org/wiki/Main_Page OpenSim] users.


see http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo
See http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo for details.
 
== SVN Versions do not correspond to Viewer Versions ==
 
The internal version numbering used in the SVN has no relationship to the version numbers used in the public client binary releases, and consequently it is difficult to easily find particular source releases in the repository without doing some manual cross-referencing. The recommended way to access the source is via [[Source downloads | downloadable source packages]], but if it desired to access these releases directly in the SVN, the list below may be of assistance.
 
=== Quick links to major client releases in SVN ===
(This list was not created by Linden employees, and so is incomplete and may be rarely updated.)
* Viewer release [http://svn.secondlife.com/trac/linden/browser/branches/Branch_1-19-1-Viewer?rev=443 1.19.1.4] (2008-Apr-07)
 
[[Category:Compiling viewer]]

Latest revision as of 05:21, 26 June 2011

KBwarning.png This article is out of date!
This page used to describe the old Snowglobe process. Linden Lab no longer makes the Snowglobe sources available (they are too far out of date now to be helpful as a basis for development) - for current source code information, see Get source and compile


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.