On 2/2/07, Brendan Simon <Brendan@xxxxxxxxxxxxxxxx> wrote:
Unfortunately this does not allow me to move past the development
state. ie. aede fails as a "full" aed has not been performed, only a
"partial" aed.
Any other suggestions ?!?
You can try this:
1) aenbr -p foo.1 1
2) aenc -p foo.1.1 -c 10
3) aedb -p foo.1.1 -c 10
4) aecp -p foo.1.1 -c 10 -branch 1 -delta 4
5) aecd -p foo.1.1 -c 10
6) aed
this will generate ,B for files changed between foo.1.D4 and foo.1.D11
7) Now move the ,B files onto sources:
for f in $(find . -name \*,B)
do
cp $f $(basename $f ,B)
done
8) aecpu -unch
Now, your working directory should be populated with the source files
you may want to modify
ciao