Command line productivity

There is nothing more rewarding than creating shortcuts for your daily work routines, and what better than when using the command line. Problem: You have to create a directory and then cd to it after creation. Solution: Open your blash_profile for editing, in my case I will use nano $ nano ~/bash_profile once open, now […]

Check one file from repository in SVN with a specific revision number

Problem You have to edit one file from a repository but there are hundreds of files in that repository with possible hundreds of MB or GB worth of information. Not only that but you might need the file on a specific revision number. You have tried [php]svn checkout http://svn.source/directory/file.fil[/php] But this doesn’t work. Solution You […]