[Mailman-i18n] Finnish language
Barry A. Warsaw
barry@zope.com
Wed, 13 Mar 2002 11:51:21 -0500
>>>>> "BG" == Ben Gertzfield <che@debian.org> writes:
BG> 'cvs update' will not create new directories (like those for
BG> new translations). Use 'cvs checkout' instead.
Oops, hadn't thought about that. Actually it's better to use
"cvs up -P -d" to prune out empty (obsolete) directories, and check
out new directories.
I've long buried this revelation in an alias:
% alias sup
alias sup='cvs -q up -P -d'
:)
as-in-'wassup?'-ly y'rs,
-Barry