4 This directory contains the scripts necessary and sufficient
5 to build the subversion*.i386.rpm and subversion*.src.rpm files as a
6 non-root user in the user's home (rpms) directory.
8 This build requires certain other packages to be installed.
12 *** Note: apache now also contains apr and apr-util packages.
16 See the "Requires:" lines in the subversion.spec file.
20 See the "PreReq:" lines in the subversion.spec file.
22 The non-standard packages apache, db, and neon, can be found at:
24 http://summersoft.fay.ar.us/pub/subversion/latest
26 2. Building a source and binary RPM
28 To build the latest release directly from the subversion repository:
30 $ cd ../..; svn update; cd packages/rpm/<distribution>; make
32 To make a particular Subversion revision:
34 $ cd ../..; svn update -r <RevisionNumber>
35 $ cd packages/rpm/<distribution>; make
37 $ cd packages/rpm/<distribution>; make RELEASE=1
39 If you have any questions or problems, please direct them to the
40 dev@subversion.tigris.org mailing list. I'm on that list and will help out
43 You can find the current required packages in a Subversion source repository
44 at the http://summersoft.fay.ar.us/repos URL.