in reply to Learning How to Use CVS for Personal Perl Coding Practices
Since most of the example are for compiled language like C/C++ where it required linking etc.You usually don't track compiled objects with revision systems, for the reasons above and, most of all, because the objects are likely to be different in different machines. OTOH, the source code is the same - and it' (usually!) text much like any Perl script (even if it may resemble line noise ;). IIRC, all examples in the CVS manual relate to the sources, except of course the chapter about binary objects :)
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Learning How to Use CVS for Personal Perl Coding Practices
by thor (Priest) on Nov 03, 2005 at 12:17 UTC |