Archive for the 'Subversion' Category

EasyEclipse - Free, open source, easy-to-use Eclipse distribution

Jul 13, 2006 in PHP, Java, Open Source, Free, Subversion

EasyEclipse Previously in this post, I mention about using Eclipse with PHPEclipise plug-in. Well, good news to those who are interested but find it too difficult to install the plugin. EasyEclipse is a Eclipse distribution with tested plugins and packages ready for you! There are a number of distribution available, for example… Mobile Java, Desktop Java, LAMP environment, PHP and so on. Go check it out! They even have the Subversion plugin installed!

The PHP distribution have very similar plugins as what I am using now on my desktop… the difference is I took hours to set it up.

Subversion 1.3.2 on Apache2 “the requested operation has failed”

Jul 04, 2006 in Tips, Subversion, Apache

Finally manage to make it run! Phew! There seems to be a bug in subversion which makes it impossible to load subversion modules even after you copied them to the Apache2’s module folder. I was following the instruction from this page: . It is a little dated but it has simple step-by-step instruction. Just follow the instruction given by that link with the below amendments.

*need to load mod\_dav\_fs.so as well*

LoadModule dav\_fs\_module modules/mod\_dav\_fs.so

*you have to explictly stat the location of this two modules rather than copying them to Apache2 module folder*

LoadModule dav\_svn\_module ../../Subversion/bin/mod\_dav\_svn.so

LoadModule authz\_svn\_module ../../Subversion/bin/mod\_authz\_svn.so

I got this information from