A while ago the team switched to git/github from subversion (svn), but we needed to get the latest copy of our code and leave behind the massive history to save space on github.
How?
I used the git svn command as follows:
git svn clone <current_svn_revision>:HEAD <url_to_svn>
Simply note down the latest svn revision number [...]