[ww-users] svn repository change
Status: Beta
Brought to you by:
worden
From: Lee W. <wor...@gm...> - 2011-04-12 05:39:54
|
This email is only for people responsible for running WorkingWiki sites outside of McMaster. I've relocated the WorkingWiki subversion repository from lalashan.mcmaster.ca to sourceforge.net, as part of my preparations for releasing the source code to the public as free software. In order to keep up with updates to the source code, you'll need to change your working copy to point to the new location. There's no rush, because the old repository is still there, but you won't get revisions after number 680 until you switch over. I just made the change on the McMaster wikis, and it was very simple: $ cd /usr/src $ cp -r WorkingWiki WorkingWiki-sf $ cd WorkingWiki-sf $ svn switch --relocate svn://lalashan.mcmaster.ca/WorkingWiki https://workingwiki.svn.sourceforge.net/svnroot/workingwiki . $ svn update $ cd .. $ mv WorkingWiki WorkingWiki-local && mv WorkingWiki-sf WorkingWiki Be sure to back up the code directory beforehand, and after making the switch, double check that you have a compiled ProjectEngine/pe-make executable, and if you have anything in ProjectEngine/resources/site, make sure it's in place. (For reference: http://lalashan.mcmaster.ca/theobio/projects/index.php/WorkingWiki/Installing) Enjoy! Lee |