[Bese-devel] Re: Keeping source trees up-to-date

Henrik Hjelte henrik at evahjelte.com
Sun Oct 8 13:36:54 UTC 2006


Pretty! One-liners are really aesthetical..
I noticed that there is a semicolon missing before darcs pull.

/Henrik

CUR=`pwd`; for i in `find . -name _darcs`; do (cd $i/../; darcs pull; cd
$CUR); done

On Sat, 2006-10-07 at 19:52 +0200, Marco Baringer wrote:
> Henrik Hjelte <henrik at evahjelte.com> writes:
> 
> > The attached README explains my setup, and some additional scripts I
> > made to make things easier.
> 
> this should also work (and will continue working even if we add/remove
> dependncies from ucw):
> 
> CUR=`pwd`; for i in `find . -name _darcs`; do (cd $i/../ darcs pull; cd $CUR); done
> 




More information about the bese-devel mailing list