Fix compiler warning due to missing function prototype.
[svn.git] / packages / rpm / rhel-3 / README
blob72f036d225eeca249106e9d78950efb27345d10c
1                               RPM GENERATION
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.
10 1.  Requirements
12     *** Note: apache now also contains apr and apr-util packages.
14     A. To run:
16        See the "Requires:" lines in the subversion.spec file.
18     B. To compile:
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
36         or
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
41 if I can.
43 You can find the current required packages in a Subversion source repository
44 at the http://summersoft.fay.ar.us/repos URL.