How-To e17 from SVN ... the new way!
Well SVN it's upon us and CVS method will slip to oblivion. We will miss it...
For those who may not know SVN/CVS are generic applications to keep/get update source code online. e17 devs used CVS but now they moved to SVN.
So our manual installation method and OzOS based on it must adapt to the new procedures, that for consistency requires a new deb package and a transition for that new package e17-svn. We trying to do this the easy as possible, but it's not a complete trivial change for those who have e17 already installed, OzOS users specially.
Any outputs helps, either successful or problematic!
Thanks you!. Following the old method here a mini how-to
(OzOS/e17-cvs users should read/skip to the other 2 points above)Just add the our repos to /etc/apt/sources.list by copy+past this to a terminal:
sudo sh -c "echo 'deb http://cafelinux.org/Downloads/oz-os tinwoodman main' >> /etc/apt/sources.list"
add the authenticated key:
wget -q http://cafelinux.org/Downloads/oz-os/key.asc -O- | sudo apt-key add -
and run:
sudo apt-get update
Then all it's need is:
sudo apt-get install e17-svn

Post back to help catch the bugs.
. For those who installed e17-cvs only (non OzOS users!) on your Debian based distros the simple way to move to SVN it's simple:
sudo apt-get update
sudo apt-get remove e17-cvs
sudo apt-get install e17-svn
and to save space remove the old obsolete code:
sudo rm -rf /var/cache/e17-cvs ~/.e17-cvs
** NEW **. For OzOS users, we are still testing this.
Old manual method it's not needed anymore. Files are on repo.
So here the new procedure:
IMPORTANT NOTE: Order of commands it's very important!sudo apt-get update
sudo apt-get dist-upgrade
It must be dist-upgrade! (an ordinary upgrade will nor work and will fail on oz-e17-tools package)
After that run
update_e17.sh
or run update_e17.sh from menus.
Please post back on any issues, to help us smooth the transition.
Thanks,
Rui