Archive

Archive for March, 2008

Melancoly updated

March 30th, 2008 No comments
Categories: Music Tags:

svn:externals quickie

March 26th, 2008 No comments

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.

Categories: Computers Tags:

Installing symfony using PEAR with MAMP

March 9th, 2008 4 comments
$ 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.

Categories: Computers Tags: