>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> And for SUMOs
,----
| cvs tag sumo-`date +%Y-%m-%d`
`----
Ah, easy pie. Substitute
# paranoia. I'm sure I've seen you working at midnight.
SUMO_DATE=`date +%Y-%m-%d`
# your dated tag
cvs tag sumo-${SUMO_DATE}
# CVS normally will not reuse an existing tag; `-F' forces it to move
# where you say. `-r' is as usual.
cvs tag -F -r sumo-${SUMO_DATE} sumo-current
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.