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.
standard directories (Score:2)
ww is responsible for setting $ENV{CVSWORK} and replacing a few standard symlinks. This lets me refer to sections of the checkout in a standard way regardless of which tree I'm working with or which subsystem (vod, hve, calendar, etc) I'm working with. No matter which tree/subsystem I'm using, the perl lib, web src, scripts, sql defs, and one time scripts are each always at a known static path.
Then, I can use those paths in my
This is also how I can have a bash alias preflight which automatically updates, tests, and spiders the correct subsystem of the current checkout.
-matt
Reply to This
Re:standard directories (Score:2)
These are some interesting thoughts. I particularly like having vim consider the directory of the current buffer as the current dir. This could solve some problems. I'll have to think about how useful the rest would be, though. I think dictating a particular style of work would frustrate people.
Re:standard directories (Score:1)