30,000 commits and rising

Posted by SashaTags:Tags: , , , ,
No

The Sound Alliance version control repository hit the 30,000 mark today. To celebrate, here’s a quick POSIX one liner to get the counts by user for your local repo:
SVNBASE=`svn info http://YOUR_SVN_REPO|grep ‘^Repository Root’|awk ‘{print $3}’`;svn log “$SVNBASE”|grep ‘^r[0-9]‘|cut -d’|’ -f2|sort|uniq -c|sort -nr


Visualizing the Repository

Posted by Gerald KaszubaTags:Tags: ,
1

I’m a fan of visualization. In the past I’ve released a few visualization tools such as Python Call Graph and Wireless Heatmap. One Friday afternoon I decided to run code_swarm on our Subversion repository which has all the code for inthemix, Faster Louder, and all our other websites. code_swarm visualizes a Subversion repository over time. The repository [...]


The Great Wall of V

Posted by IanTags:Tags: , ,
4

You may have guessed it already, but we’ve got a good thing going on with the energy drink “V”, they sponsor our blog and supply us with fuel to crank out the development. The by-product of this relationship is that we get to do creative (read as “silly”) things will all the empty cans.


BI in the cloud

Posted by andreTags:Tags: , ,
No

If you’re anything like us, you’ve never got enough time and resources to do everything you want to – and some projects always get left behind. This is never more true than reporting.
For each of our media properties, we keep regular tabs on important KPI’s like new members, subscribers, forum posts and the like. Each [...]


Welcome to the Sound Alliance Developers Blog

Posted by andreTags:
No

Hey there,
Thanks for stopping by our blog. As the development team for the Sound Alliance, we’re responsible for running the development program on our web portals inthemix.com.au, FasterLouder.com.au & SameSame.com.au, as well as our ticketing business Qjump.com.au and any other work that comes our way.
Our sites are classic LAMP sites, MVC OO PHP5 with a [...]