Dec 11 2007

unzip in your pockets

Tag: Uncategorizeddenis @ 5:08 am

because you never now when you will need to unzip a file on your iphone.


Dec 08 2007

wget for your iphone

Tag: Uncategorizeddenis @ 9:37 pm

how can one live without wget? wget on the road, in your bed, etc. get it here.


Dec 05 2007

svn import

Tag: Uncategorizeddenis @ 6:22 pm

little rant of the day: why do we have to checkout our projects every time we import them to svn? why isn’t svn creating the .svn metafiles automatically? right, handling this with a bash script is not a big deal, but i’d like this to be a subversion feature… and I’m not talking about the time wasted to transfer all those files back and forth for nothing.

from http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.import.html :

After importing data, note that the original tree is not under version control. To start working, you still need to svn checkout a fresh working copy of the tree.