Blogs

What is wrong with my car

Something is wrong with my car. Notes about what is wrong.

http://www.babcox.com/editorial/us/us80826.htm

Install Fuppes on Ubuntu Intrepid

Follow these instructions to install Fuppes on Ubuntu Intrepid! Fuppes – Blog-Foo

I recently revived my computer in a box so that I could create a digital media server to use with my PS3. Fuppes wouldn’t install properly until I found the above article.

The problem was that some key components for Fuppes to install were missing so I had to get the files from a hardy repository instead of intrepid.

deb http://security.ubuntu.com/ubuntu gutsy-security main

Unpacking fuppes (from fuppes_0+svn611-1_i386.deb) …
dpkg: dependency problems prevent configuration of fuppes:
fuppes depends on libavcodec1d (>= 0.cvs20070307); however:
Package libavcodec1d is not installed.
fuppes depends on libavformat1d (>= 0.cvs20070307); however:
Package libavformat1d is not installed.
fuppes depends on libavutil1d (>= 0.cvs20070307); however:
Package libavutil1d is not installed.
fuppes depends on libmagick++10; however:
Package libmagick++10 is not installed.
fuppes depends on libsimage20; however:
Package libsimage20 is not installed.
fuppes depends on libswscale1d (>= 0.cvs20070307); however:
Package libswscale1d is not installed.
dpkg: error processing fuppes (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
fuppes

Move a Subversion repository

How to Move a subversion repository

I would write something but the author did a good job.

Dump original repository

svnadmin dump /path/to/REPOS > mysvn.dmp

Load into new repository

svnadmin load /path/to/REPOS < mysvn.dmp

Syndicate content