March 2008

Melancoly updated

Posted by Oleg Kossoy on March 30, 2008 in Music

Listen:

Last.fm page:
http://www.last.fm/music/Oleg+Kossoy/_/Melancoly

svn:externals quickie

Posted by Oleg Kossoy on March 26, 2008 in Computers

On Leopard:

echo “export SVN_EDITOR=vi” >> ~/.bash_profile
cd /
svn propedit svn:externals .

In vi, add desired externals:

geppa svn://svn.geppahost/geppa/trunk
svn ci -m ‘Stupid comment’

Done.

Installing symfony using PEAR with MAMP

Posted by Oleg Kossoy on March 9, 2008 in Computers

$ export PATH=/Applications/MAMP/bin/php5/bin:$PATH
$ pear channel-discover pear.symfony-project.com
$ peardev install symfony/symfony

Using peardev instead of pear is required because of memory_limit variable,
set to 8M in default php.ini and -1 in peardev.