Updating svn.
#1
Hi Guys,
Quick question. After days of setting up, I'm finally happy with my new setup. How do I go about keeping my version up to date with svn without overwriting my settings etc.?

Cheers
Reply
#2
As far as I know, go to the directory where from you compiled the first time. Type the following:
1. svn up
2. make clean
3. ./configure --prefix=/usr --disable-pulse (if you followed the guide HOW-TO install XBMC for Linux on Ubuntu 8.04 (Hardy) and 8.10 (Intrepid) step-by-step)
4. make -j2 (only if you have a dualcore)
5. sudo make install

That's all!

Make always a backup of your settings just to be safe ;-)
Reply
#3
Would only have to back up .xbmc in my home directory ay?
Reply
#4
That's correct PainToad.
Reply

Logout Mark Read Team Forum Stats Members Help
Updating svn.0