Difference between revisions of "Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Write access: grammar)
(update examples for svn)
Line 6: Line 6:


*  Create a location on your hard drive to check out the code (e.g. Linden Lab developers generally use $HOME/linden)
*  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 [[Source branches]] for explanation of branches)
*  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:
** release: <nowiki>http://svn.secondlife.com/svn/linden/release</nowiki>
** release (trunk): <nowiki>http://svn.secondlife.com/svn/linden/release</nowiki>
** release-candidate: <nowiki>http://svn.secondlife.com/svn/linden/branches/release-candidate</nowiki>
** maintenance: <nowiki>http://svn.secondlife.com/svn/linden/branches/maintenance</nowiki>
** maintenance: <nowiki>http://svn.secondlife.com/svn/linden/branches/maintenance</nowiki>
** Branch_1-17-0: <nowiki>http://svn.secondlife.com/svn/linden/branches/Branch_1-17-0</nowiki>
** Released preview (ex. Branch_1-19-1-Viewer-RC0): <nowiki>http://svn.secondlife.com/svn/linden/previews/Branch_1-19-1-Viewer-RC0</nowiki>
** windlight_1-17-0: <nowiki>http://svn.secondlife.com/svn/linden/branches/2007/windlight_1-17-0</nowiki>
** RC branch (ex. Branch_1-19-1-Viewer): <nowiki>http://svn.secondlife.com/svn/linden/branches/Branch_1-19-1-Viewer</nowiki>
<br />
** Feature branch (ex. dazzle): <nowiki>http://svn.secondlife.com/svn/linden/branches/dazzle/</nowiki>
 
== Browse source ==
== Browse source ==


Line 18: Line 18:
*  [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
*  [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
<br />
 
== Write access ==
== 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.
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.
<br />
<br />


== Unofficial repositories ==
== Unofficial repositories ==

Revision as of 14:23, 10 March 2008

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:
    • release (trunk): http://svn.secondlife.com/svn/linden/release
    • maintenance: http://svn.secondlife.com/svn/linden/branches/maintenance
    • Released preview (ex. Branch_1-19-1-Viewer-RC0): http://svn.secondlife.com/svn/linden/previews/Branch_1-19-1-Viewer-RC0
    • RC branch (ex. Branch_1-19-1-Viewer): http://svn.secondlife.com/svn/linden/branches/Branch_1-19-1-Viewer
    • Feature branch (ex. dazzle): http://svn.secondlife.com/svn/linden/branches/dazzle/

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.

Unofficial repositories

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

OpenMetaverse

OpenMetaverse hosts an OpenSL project with a public subversion repository.

Cafuego

Cafuego's Edgy Stuff v1.0

Linux Alpha and Firstlook clients, packaged for Linux Ubuntu Edgy on i386.

Debian

apt-get a secondlife SVN

Repository for packaging the viewer for Debian (but also useful to Ubuntu users)