summaryrefslogtreecommitdiffstats
path: root/collab/subversion/DETAILS
blob: 69ce3c00c7c0f0139db1c6ab5294195d4262e46a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
           SPELL=subversion
         VERSION=1.6.3
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://subversion.tigris.org/downloads/$SOURCE
     SOURCE_HASH=sha512:a11180e7d7fd0b488fc505b5afc5a15e1117947cba84526aacfce768868ecb852cc4bd4344094b804bf626937c494f140ac5c1a52ab91aaddfcfac04c3fbc606
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://subversion.tigris.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