cvs2p4 #3

  • //
  • guest/
  • richard_geiger/
  • utils/
  • cvs2p4/
  • bin/
  • cvs2p4
  • View
  • Commits
  • Open Download .zip Download (191 B)
#!/bin/sh

A=$1

for cmd in genmetadata genchanges dochanges dolabels
  do
    echo "========== $cmd"
    date
    if ! bin/$cmd $A
      then echo "*** $cmd FAILED"; exit 1; fi
  done

date
# Change User Description Committed
#4 5481 Richard Geiger bin/cvs2p4 creeping featurism, so it can run
"bin/cvs2p4 <module> -prescan" and it will only
do the prescan phase. (genmetadata -prescan)
#3 5442 Richard Geiger A checkpoint commit on the way to a 2.6.0 release with the
new IronPort inspired improvements.
#2 5430 Richard Geiger This is another "checkpoint" commit.
 It significantly
rearranges how labels are done, so as to use a hueristic to
divine label<->branch identifications. Not intended for
release without further testing and tweakage!
#1 5429 Richard Geiger A very crude "do all the steps" script.
Not ready for release yet.