# Watch: https://www.apache.org/dist/subversion/
           SPELL=subversion
         VERSION=1.14.5
  SECURITY_PATCH=10
      PATCHLEVEL=0
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
          SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.collab.net/repos/svn/trunk/:$SPELL-$VERSION
   SOURCE_IGNORE='volatile'
else
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/$SOURCE
   SOURCE_URL[1]=http://archive.apache.org/dist/$SPELL/$SOURCE
   SOURCE_HASH=sha512:e4800564d0cc68be98f19aa58d89181de83f237f0ccff10824d9237f8c65eb0071f7176ac54e9e8f8ecbf685849bd3e94be48f678f4c23ed6a5fd7fb6edd0321
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://subversion.apache.org/
         ENTERED=20020528
      LICENSE[0]=APACHE
            DOCS='doc/*'
        KEYWORDS="cvs collab"
           SHORT='Compelling replacement for CVS'
cat << EOF
The goal of the Subversion project is write a version control system that takes
over CVS's current and future user base 1. The first release has all the major
features of CVS, plus certain new features that CVS users often wish they had.
In general, Subversion works like CVS, except where there's a compelling reason
to be different.
EOF
