Difference between revisions of "Talk:Version control repository"

From Second Life Wiki
Jump to navigation Jump to search
 
(Distributed version control)
Line 3: Line 3:
*** /trunk -- Only editable by Linden Lab
*** /trunk -- Only editable by Linden Lab
*** /branches/users/<username>/ -- unlimited permissions by owner/creator for third-party source
*** /branches/users/<username>/ -- unlimited permissions by owner/creator for third-party source
== Distributed version control ==
One reason I really like the distributed version control systems is because it really reduces the need for Linden Lab to be in the business of giving people their own sandboxes.  Many of the newer systems are very easy to host, and merging from multiple repositories is much easier. -- [[User:Rob Linden|Rob Linden]] 07:25, 8 January 2007 (PST)

Revision as of 08:25, 8 January 2007

  • Adam Zaius 06:38, 8 January 2007 (PST) votes for SVN
    • Directory structure something like:
      • /trunk -- Only editable by Linden Lab
      • /branches/users/<username>/ -- unlimited permissions by owner/creator for third-party source

Distributed version control

One reason I really like the distributed version control systems is because it really reduces the need for Linden Lab to be in the business of giving people their own sandboxes. Many of the newer systems are very easy to host, and merging from multiple repositories is much easier. -- Rob Linden 07:25, 8 January 2007 (PST)