3 # Look for the Git root directory
5 while [ ! "$ROOT" = "" -a ! -d $ROOT/.git
]; do
10 if [ ! -f .git
/config
]; then
11 echo Must be run inside a Git repository
15 svnrepo
=`git svn info | grep URL | cut -f2 -d' '`
16 echo Looking
for empty directories from
$svnrepo
20 svn list
-R $svnrepo > $FILE
24 if [ "${entry: -1:1}" == "/" ]; then
25 if [ ! -d "$entry" ]; then