Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The trunk, branches, and tags are essentially "virtual". There is no actual code in these directories, only references in a .externals file to other areas of the repository. A .externals file looks something like this (many lines omitted):

Code Block

access https://source.sakaiproject.org/svn/access/branches/sakai-2.8.x
alias https://source.sakaiproject.org/svn/alias/branches/sakai-2.8.x
announcement https://source.sakaiproject.org/svn/announcement/branches/sakai-2.8.x
archive https://source.sakaiproject.org/svn/archive/branches/sakai-2.8.x
assignment https://source.sakaiproject.org/svn/assignment/branches/sakai-2.8.x
authz https://source.sakaiproject.org/svn/authz/branches/sakai-2.8.x
calendar https://source.sakaiproject.org/svn/calendar/branches/sakai-2.8.x
...
roster https://source.sakaiproject.org/svn/roster/branches/sakai-2.8.x
rwiki https://source.sakaiproject.org/svn/rwiki/branches/sakai-2.8.x
sections https://source.sakaiproject.org/svn/sections/branches/sakai-2.8.x
site https://source.sakaiproject.org/svn/site/branches/sakai-2.8.x
site-manage https://source.sakaiproject.org/svn/site-manage/branches/sakai-2.8.x
...
Setting up the trunk

To set up our trunk, we first created a "trunk" directory in the mSub, then copied in the contents of https://source.sakaiproject.org/svn/sakai/branches/sakai-2.8.x/, on which our trunk was based.

...