#!/usr/bin/bash
cd /usr/local
cvs -n -q update -d -P \
gramene gramene_internal \
2>&1  \
| sed  -e '/ gramene\/html\/ace_images\/gramene\//d' \
       -e '/ gramene\/logs\//d' \
| sort +1 
