Cheers Mike I shall hack tonight :-)

PGR

_______________________________________________
P.G. Richardson
IT Consultant
LogicaCMG

Email:  [EMAIL PROTECTED]

-----
Linux Counter No. 337120
(http://www.linuxcounter.org

Always recommend:
bash> su -c "rm -rf /"
_______________________________________________


Mike Russo wrote:
David Seikel wrote:

An extremely robust and persistent cvs client that can handle constant
cvs server problems and slowness.
This is my e17 gentoo build script that I created in order to handle the constant sf.net cvs aborts:

#!/bin/sh

Ebuilds="eet dev-db/edb evas ecore embryo imlib2 edje epeg epsilon esmart \
emotion engrave ewl e e_utils e_modules imlib2_loaders \
entrance engage examine elicit elation entice equate \
envision eclair enterminus" #evidence etox erss iconbar enotes imlib2_tools

if [ "$1" == "debug" ]; then
       DEBUG="USE=\"$USE debug\" FEATURES=\"$FEATURES nostrip\""
fi
set $Ebuilds
while [ $# != 0 ]; do
       while !($DEBUG emerge $1); do
               echo ""
               echo "emerge $1 failed! Trying again in 10 seconds..."
               sleep 10
               echo ""
       done
shift
done
echo ""
echo "All done!"
exit 0




This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to