Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csev/sakai-lti-test

A clone of the Sakai PHP Unit Test code for LTI (Now moved to tsugi.org)
https://github.com/csev/sakai-lti-test

Last synced: 6 days ago
JSON representation

A clone of the Sakai PHP Unit Test code for LTI (Now moved to tsugi.org)

Awesome Lists containing this project

README

        

These are the steps to keep my git repo synchronized for this code

git svn init https://source.sakaiproject.org/svn/basiclti/trunk/basiclti-docs/resources/docs/sakai-api-test

git svn fetch

Takes a long time.

git repack -d

git remote add origin https://github.com/csev/sakai-lti-test.git

git pull origin master

When something changes:

git svn rebase
git push