MonkeyChow Moves?
August 12, 2007 – 3:11 pmI recently tried to add some new content to MonkeyChow at SourceForge’s SVN repo. Looks like they moved and renamed the repo so that even this
#svn sw https://monkeychow.svn.sourceforge.net/svnroot/monkeychow
does not work:
svn: ‘https://monkeychow.svn.sourceforge.net/svnroot/monkeychow’
is not the same repository as
‘https://svn.sourceforge.net/svnroot/monkeychow’
So, to get further SVN updates, you will need check out a new copy and then copy the config file into the new copy.
#svn co https://monkeychow.svn.sourceforge.net/svnroot/monkeychow monkeychow.thanksSourceForge
#mv monkeychow monkeychow.preSFchanges
#mv monkeychow.thanksSourceForge monkeychow
#cp monkeychow.preSFchanges/config.php monkeychow
Monkeychow should continue to work properly after that. Seems that this change happened recently, but it had been announced as far back as November, possibly earlier, and I completely missed it. Sorry if this caused anyone problems. If there are any changes you made that you would like to see implemented, please send me a diff against this latest version so I can look into incorporating it.
The latest tarball can be found here.
Sphere: Related Content