Really learned the biggest advantage git has over subversion.

Dead server housed a code repo I used for internal and private development. Fortunately, it was current on several machines

git clone --bare currentworkstationcopy

Done.

cvs or subversion would be a total loss in terms of history.