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 …
Category Archive: Subversion
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
Feb
15
Subversion Command
Although I use subversion daily, I always forget how to add new project to current repository ‘cos I seldom do this. Scratch head and search internet again. Now, I just create new project for creating component for Joomla, before I forget I better post it to my blog so can be reviewed in the future …
Permanent link to this article: http://lindaocta.com/?p=41
Nov
22
Eclipse 3.2 and 3.3 Update Site for Pydev, Maven and Subsclipse
Whenever I install eclipse, I always wasted my time searching for the update site. These are dependencies needed to install PyDev and Subsclipe in Eclipse (I assume that you know how to add the remote site and install those Eclipse packages): Mylar (Do not need anymore this since it’s com with pydev now) Mylar is …
Permanent link to this article: http://lindaocta.com/?p=27