Carsten Ziegeler schrieb:
Andreas Hochsteger wrote:
This may do the job:
1. Checkout https://svn.apache.org/repos/asf/cocoon/attic/blocks
2. Checkout https://svn.apache.org/repos/asf/cocoon/trunk
2. Move into the checked out attic/blocks directory and execute the
following command:
for f in `find -type f -name status.xml`; do \
b=`echo $f | cut -d '/' -f 2`; \
echo "svn cp $f ../cocoon-trunk/blocks/cocoon-$b/cocoon-$b-impl/"; \
done | bash
Thanks Andreas for the script.
I just readded all the status files found by your script.
Carsten
Nice to hear that it helped :-)
Andreas