Difference between revisions of "Version control repository"
Jump to navigation
Jump to search
Rob Linden (talk | contribs) |
Rob Linden (talk | contribs) (w00t) |
||
Line 1: | Line 1: | ||
{{CompileNav}} | {{CompileNav}} | ||
Linden Lab | 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 [[Source branches]] for explanation of branches) | |||
** release: <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> | |||
** Branch_1-15-0: <nowiki>http://svn.secondlife.com/svn/linden/branches/Branch_1-15-0</nowiki> | |||
== Browse source == | |||
* | * [http://svn.secondlife.com/trac/linden/browser Browse source (using Trac)] | ||
* [http://svn.secondlife.com/trac/linden Other tools] | |||
* | |||
== Write access == | |||
Developers that have signed and submitted [http://secondlife.com/developers/opensource/submitting a contribution agreement] are eligible (not guaranteed) write access to the repository. Other considerations, such as patches submitted and reasons access is requested will also come into play. | |||
Revision as of 10:34, 3 May 2007
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 Source branches for explanation of branches)
- release: http://svn.secondlife.com/svn/linden/release
- release-candidate: http://svn.secondlife.com/svn/linden/branches/release-candidate
- maintenance: http://svn.secondlife.com/svn/linden/branches/maintenance
- Branch_1-15-0: http://svn.secondlife.com/svn/linden/branches/Branch_1-15-0
Browse source
Write access
Developers that have signed and submitted a contribution agreement are eligible (not guaranteed) write access to the repository. Other considerations, such as patches submitted and reasons access is requested will also come into play.