Difference between revisions of "Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
(Most important and relevant things first.)
Line 3: Line 3:
Linden Lab runs an official Subversion repository that contains occasional snapshots from the internal Linden Lab source repository.   
Linden Lab runs an official Subversion repository that contains occasional snapshots from the internal Linden Lab source repository.   


== Repository URLs ==
== Repository URLs (branches) ==


*  Create a location on your hard drive to check out the code (e.g. Linden Lab developers generally use $HOME/linden)
In order to check out one of the repository 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:
create a location on your hard drive to check out the code (e.g. $HOME/src/secondlife/snowglobe).
** Trunk: <nowiki>https://svn.secondlife.com/svn/linden/trunk</nowiki>
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.
** RC branch: <nowiki>https://svn.secondlife.com/svn/linden/branches/viewer_1-23</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>
** '''[[Snowglobe|Snowglobe 1.4]]''': <nowiki>https://svn.secondlife.com/svn/linden/projects/2009/snowglobe/trunk</nowiki>


'''Viewer 2.0 and Snowglobe 2.0 branches''': with this new viewer, we're using a new [[Linden Lab Repository Strategy|branching strategy]] that'll allow us to develop more things in an open way. The relevant public branches are available here:
Most notably:
* '''viewer-external''': <nowiki>https://svn.secondlife.com/svn/linden/branches/2010/viewer-external</nowiki>
* '''viewer-external''': <nowiki>https://svn.secondlife.com/svn/linden/branches/2010/viewer-external</nowiki>
* '''Snowglobe 2.0''': <nowiki>https://svn.secondlife.com/svn/linden/projects/2010/snowglobe/trunk</nowiki>
* '''Snowglobe 2.0''': <nowiki>https://svn.secondlife.com/svn/linden/projects/2010/snowglobe/trunk</nowiki>
* '''[[Snowglobe|Snowglobe 1.4]]''': <nowiki>https://svn.secondlife.com/svn/linden/projects/2009/snowglobe/trunk</nowiki>
Other examples:
* Trunk: <nowiki>https://svn.secondlife.com/svn/linden/trunk</nowiki>
* RC branch: <nowiki>https://svn.secondlife.com/svn/linden/branches/viewer_1-23</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>
'''Viewer 2.0 and Snowglobe 2.0 branches''' use a new [[Linden Lab Repository Strategy|branching strategy]] that'll allow us to develop more things in an open way.


== Browse source ==
== Browse source ==

Revision as of 17:46, 6 July 2010

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

Repository URLs (branches)

In order to check out one of the repository branches, create a location on your hard drive to check out the code (e.g. $HOME/src/secondlife/snowglobe). Select which branch you'd like to check out. See the tracker to browse currently-active branches, and source branches for an explanation.

Most notably:

  • viewer-external: https://svn.secondlife.com/svn/linden/branches/2010/viewer-external
  • Snowglobe 2.0: https://svn.secondlife.com/svn/linden/projects/2010/snowglobe/trunk
  • Snowglobe 1.4: https://svn.secondlife.com/svn/linden/projects/2009/snowglobe/trunk

Other examples:

  • 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

Viewer 2.0 and Snowglobe 2.0 branches use a new branching strategy that'll allow us to develop more things in an open way.

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.

Mercurial Tips & Tricks

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.