svn: Get Changes Since Revision x

Example, getting all changes since r260, followed by all changes except deleted files.

svn log -v -r 260:HEAD | grep ‘^[ ]\{3\}’
svn log -v -r 260:HEAD | grep ‘^[ ]\{3\}’ | grep -v ‘^ D’ | cut -f3- -d/ | perl -ne ‘if(/(.*)\/.*$/){print $1."\n";}’ | sort | uniq

How to setup a Mac OS X MAMP based Web Server

In the past I had a mediawiki setup on my local MBP that I would use to keep notes.  This is a copy/paste of this article.  The ToC links do not work, but the rest of the links should work.   If you need to setup MAMP on a Mac, keep on reading after the break.

Contents

(these [...]

command line reporting

Here are some things I have done in the past to pull data out of log files. I find myself referring to this list from time to time to remember how I did things in the past.

Real Queries That May Need To Be Repeated
 
ATT YIH upgrades in the month of 200709
$ listysftclog 200709* | [...]