svn
Summary
Section titled “Summary”Downloads and compiles Apache Subversion from the official Apache distribution mirror and installs it (including the svn binary) into $ZPFX, linking against the APR library also installed in $ZPFX.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for svnOne profile: default.
Details
Section titled “Details”- Provides:
svnbinary and related Subversion tools installed under$ZPFX. - Profile ices:
is-snippet,as"null|monitor",nocompile"!",lucid,dlink"https://.*/subversion-%VERSION%.tar.bz2"(uses thereadurl/monitorannex to resolve the Apache download page),atclone(runsziextract --move --autothen./configure --prefix=$ZPFX --with-apr=$ZPFX && make && make install),atpull"%atclone". --with-apr=$ZPFXmeans theaprpackage must be installed first so APR headers and libraries are present.- Requires the
readurl/monitorannex and system build tools (cc,make).
Examples
Section titled “Examples”# Install APR first, then Subversionzi pack for aprzi pack for svnCaveats / Common Mistakes
Section titled “Caveats / Common Mistakes”- Must install the
aprpackage beforesvn; the build will fail if APR is not found in$ZPFX.
See Also
Section titled “See Also”- pkg-apr — APR build dependency
- pkg-overview — how
zi packworks