Difference between revisions of "Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(62 intermediate revisions by 20 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 doesn't yet provide live access to a central revision control repository for the viewer source code.  However, this is being considered.
== Unofficial repositories ==


Choices to consider
Below are repositories maintained by individuals outside Linden LabThese repositories are not affiliated with Linden Lab in any way.
*  [http://subversion.tigris.org/ Subversion] - default choice, and the obvious "safe" choice.  Pros: familiar to us, used by a lot of people  Cons: very centralized model; need to give people access to facilitate effective collaboration
*  [http://www.selenic.com/mercurial/ Mercurial] - bleeding edge choicePros: Distributed model makes it easier for anyone to distribute patchsets off of the main codebase without needing a central host.  Much easier to maintain a private branch.  Cons: more complicated model, less familiar, much newer system (I've never used it, just received a recommendation)
* [http://svk.bestpractical.com/view/HomePage svk] - a decentralized revision control system built on top of svn.
* Externally managed repository, via 3rd party site, such as [http://sourceforge.net sourceforge.net],  [http://Berlios.de Berlios.de], or similar.


Other systems can be found here:
=== Debian ===
http://en.wikipedia.org/wiki/Comparison_of_revision_control_software
Git repository for packaging the viewer for Debian, Ubuntu, Arch and Gentoo (so far), maintained by Robin Cornelius


See a discussion of this issue in the [https://lists.secondlife.com/pipermail/sldev/2007-January/thread.html#37 "Version control repository" discussion on SLDev] as well as [[Talk:Version control repository|the talk page for this page]]
please see http://omvviewer.byteme.org.uk/ for details


[[Category:Future Roundtables]]
=== Hippo OpenSim Viewer ===
SVN repository of the [http://mjm-labs.com/viewer Hippo OpenSim Viewer],
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 for details.

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.