3 # update-packages.sh: check for the PACKAGES in repository.
5 # Copyright (c) 2008 Peeter Vois <Peeter.Vois@proekspert.ee>
7 # This script is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License as
9 # published by the Free Software Foundation; version 2 of the
12 # This script is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details at:
16 # http://gnu.org/licenses/gpl.html
27 root
="https://peetervois:$1@svn.xfce.org/svn/"
31 packages
=`svn ls $root$a | sed -e 'si/iig'`
34 result
=`svn ls $root$a/$b/trunk/po 2> /dev/null | grep "ChangeLog"`
35 if [ "$result" = "ChangeLog" ]