Versions Compared

Key

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

...

Code Block
titleSCORM TOOL subversion checkout
svn co https://source.sakaiproject.org/contrib/scorm/runtime_tool/tagsbranches/2-1-2/ scormrte
Note

Up to the point in time when the above 2-1-2 tag branch for the SCORM Tool is created, you can use

Code Block
svn co https://source.sakaiproject.org/contrib/scorm/runtime_tool/trunk/ scormrte

...

Note

The dot (".") in the last line must be included

Add the following line (subsituting the appropriate svn repository path):

Code Block

scormrte     https://source.sakaiproject.org/contrib/scorm/runtime_tool/branches/2-1-2

... save and quite the editor

[Optional] Modify the eclipse externals file

If you are using eclipse, you may want to add the same line above to the file .externals in the same directory

Update the local subversion repository

Code Block
titleupdate the local svn repo

svn update

... you should see subversion checking for the scormrte external, then checking out a bunch of files.