Last year I migrated a large CVS repository over to Subversion. One of the issues I missed during the migration was that unlike CVS, Subversion did not automatically set new files to expand keywords such as $Id$ to the very useful string:
$Id: MySpecialClass.java 12234 2004-05-21 00:23:08Z derek $
I did some research into the problem [...]
Posts under ‘Development’
Subversion and keyword substitution
How to Look Like a UNIX Guru
http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html
Here’s a very useful set of instructions that every developer that deploys on unix/linux should know.
“If you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon you will [...]