My main intention of building Subversion 1.5.1 is for PySvn 1.6.0 because it needs at least subversion 1.5.0. Download source package from: https://launchpad.net/ubuntu/+source/pysvn/1.6.0-1. * Untar the pysvn_1.6.0.orig.tar.gz into pysvn_1.6.0 directory * Move to the Source directory: octalina@desktop:~$ cd pysvn_1.6.0/Source * Make sure subversion is installed * Create the makefile: octalina@desktop:~$ python setup.py configure Info: Found …
Monthly Archive: October 2008
Oct
02
Permanent link to this article: http://lindaocta.com/?p=63
Oct
02
Build subversion 1.5.1 from source code release for Ubuntu (Hardy)
Installing subversion by building from source code: Download subversion: sudo wget http://darkstar.ist.utl.pt/ubuntu/archive/pool/main/s/subversion/subversion_1.5.1dfsg1-1ubuntu2_i386.deb Download the dependencies package: sudo wget http://darkstar.ist.utl.pt/ubuntu/archive/pool/main/s/subversion/libsvn1_1.5.1dfsg1-1ubuntu2_i386.deb sudo wget http://darkstar.ist.utl.pt/ubuntu/archive/pool/main/n/neon27/libneon27-gnutls_0.28.2-2_i386.deb sudo wget http://linux.cdpa.nsysu.edu.tw/debian/pool/main/s/sqlite3/libsqlite3-0_3.5.9-3_i386.deb Process the debian package for installation: sudo dpkg -i libsqlite3-0_3.5.9-3_i386.deb sudo dpkg -i libneon27-gnutls_0.28.2-2_i386.deb sudo dpkg -i libsvn1_1.5.1dfsg1-1ubuntu2_i386.deb sudo dpkg -i subversion_1.5.1dfsg1-1ubuntu2_i386.deb Install subversion: apt-get -f install Check the subversion …
Permanent link to this article: http://lindaocta.com/?p=62
Oct
02
Dual Monitor in Ubuntu Hardy
It’s really painful to get dual monitor done in Ubuntu (Hardy). I have tried so many ways to get my dual monitor works. Although I am a programmer, I am totally dumb in hardware like graphic card, system model or monitor type. And even my Ubuntu knowledge is intermediate for the software part, I do …
Permanent link to this article: http://lindaocta.com/?p=61