NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Brave Man (Score:1)
I was introduced to version control some 15+ years ago, with SCCS and RCS. Scary then and scary still. Thank $deity for CVS :)
Reply to This
Re:Brave Man (Score:2)
My plan is to cover RCS, which would also give a good introduction to Version Control basics. Then cover CVS and SVN.
The core of the book would be practical applications of version control
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:Brave Man (Score:1)
Berczuk and Appleton do a high-level skim of the common version control packages in Software Configuration Management Patterns [amazon.com], though they focus on laying out a common language for talking about SCM, and on high-level patterns of usage, and don't get down to the level of actually giving concrete example of how to use product X. Still, if you're going to write a book on CVS, it might hel