Archive for September, 2009

Mac OS X: versions “Operation not permitted”

Posted by pebuchmann_super on 14 Sep 2009 | Tagged as: Uncategorized

This annoying error message when working with subversions is most likely due to locked files. To unlock files in a folder recursively use: chflags -R nouchg [files] More background information on the problem can be found at unlocking files on Mac OS X.

Ant with Flex Builder 3 on Mac OS X

Posted by pebuchmann_super on 12 Sep 2009 | Tagged as: Uncategorized

Found this great blog entry that explains the minutes of setting up an infrastructure on Mac OS X for working with the Apache build system.

Mac OS X: Adding Entry to “Hosts” File

Posted by pebuchmann_super on 04 Sep 2009 | Tagged as: Mac OS X, Network

Found this tutorial about how to map a domain name to a IP address on the mac. > sudo dscl localhost -create /Local/Default/Hosts/some.stupid.com IPAddress 127.0.0.1 > ping -q -c 1 some.stupid.com