Hi Chris, Chris Smith wrote on Tue, Dec 31, 2013 at 02:29:26PM -0500: > On Tue, Dec 31, 2013 at 12:11 PM, Ingo Schwarze <[email protected]> wrote:
>> cd /usr/src/regress/gnu/egcs/ >> cvs up -dP >> As usual, don't forget the -d. > Ah... thanks. Guess I need to add that -d to my .cvsrc file. Well, often you want cvs up with -dP. But there are cases when you don't, for example when working with small subsets of large trees. <rant> In general, i advise against customizing your tools. - You stumble into another environment, don't have your dotfiles around, and are more or less lost. - You talk to people, you have your customizations in mind, they have their custimizations in mind, misunderstandings abound. - In those cases where you do *not* want the option you put into the dotfile, chances are you will forget to give the reverse option (which the manual cites as "on by default") and use the wrong option without even noticing. In particular, when starting to customize before having thoroughly mastered the tool, chances are you will never properly learn how it works. </rant> OpenBSD makes it much easier than most other systems to get along without customizations because almost all defaults are sane out of the box. Yours, Ingo

