          MODULE=subversion
         VERSION=1.7.5
          SOURCE=$MODULE-$VERSION.tar.bz2
   SOURCE_URL[0]=http://www.eu.apache.org/dist/$MODULE
   SOURCE_URL[1]=http://www.apache.org/dist/$MODULE
      SOURCE_VFY=sha1:05c079762690d5ac1ccd2549742e7ef70fa45cf1
        WEB_SITE=http://subversion.apache.org
         ENTERED=20030126
         UPDATED=20120518
           SHORT="A free/open-source version control system"
           PSAFE=no

cat << EOF
Subversion is a free/open-source version control system. That
is, Subversion manages files and directories over time. A tree
of files is placed into a central repository. The repository is
much like an ordinary file server, except that it remembers every
change ever made to your files and directories. This allows you
to recover older versions of your data, or examine the history
of how your data changed. In this regard, many people think of
a version control system as a sort of time machine.
EOF
