Hey Khaled, there is an upgrade guide at: http://wiki.habariproject.org/en/Upgrading
I think it covers pretty much everything much better than I could ever describe it. Assuming you know how to check out a svn repository it's actually very simple to get a specific tag/branch. Just check out the directory corresponding to your desired version. Branches are in: http://svn.habariproject.org/habari/branches Tags are in: http://svn.habariproject.org/habari/tags and the latest version (trunk) is in: http://svn.habariproject.org/habari/trunk All but trunk have subdirectories with the different versions. So if you want one specific version you have to specify that, otherwise svn will just checkout all the existing branches/tags. For example: svn co http://svn.habariproject.org/habari/branches/tags_as_terms will get you the "tags as terms" branch. I'm not sure about downgrading your habari install. I always make a full DB and file system backup before up/downgrading in case anything goes wrong, so I never worried about that. Hope this helps you a bit, Alex On 12 Nov., 08:26, Khaled Abou Alfa <[email protected]> wrote: > Hey all, > > It’s been a year since I’ve updated Habari (still running version 0.6.1 > without any major problems). Thing is several plugins have stopped working > (for some reason – notably the twitter one) and obviously I can’t start > using any of the new plugins either. > > *I did this years ago and completely forgotten how to do it, but was > wondering, does anyone have a step by step guide to move an > existing habari installation to one that is checked out via SVN? * > > A couple of things that I would also like to know is how you check out the > developer tag version as well (or any tag/branch for that matter). Final > point, I also remember there was a command to revert back to an older > version if an update broke things (that command would be extremely useful as > well). > > If there isn't a guide alaready, can someone just give me the broad strokes > (just a bullet point list would be nice), then I can flesh it out, add some > screenshots and put it on the wiki, I’m sure others will find it very useful > as well. > > Thanks. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
