[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [patch] INSTALL file update

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-01-04 11:17:01 CET

Mason Thomas wrote:

> I noticed that there are currently no libapr* files in /usr/local/lib
> that need to be removed when upgrading svn. Has this been the case for
> a while? If so, the following patch removes a needless instruction
> from the INSTALL file. (It also fixes a typo.)

Those libraries are there somewhere; perhaps they're not in
/usr/local/lib, but somewhere else -- wherever you installed Subversion
or APR or Apache. Subversion simply won't work without the APR
libraries, unless you built a statically linked binary.

The typo is real, though -- and fixed, thanks.

> -Mason
>
> log message:
> * INSTALL: remove unnecessary installation instruction and fix a typo
>
> Index: INSTALL
> ===================================================================
> --- INSTALL (revision 4251)
> +++ INSTALL (working copy)
> @@ -442,7 +442,6 @@
> from previous 'make installs', clean them up first!
>
> # rm -f /usr/local/lib/libsvn*
> - # rm -f /usr/local/lib/libapr*
> # rm -f /usr/local/lib/libexpat*
> # rm -f /usr/local/lib/libneon*
>
> @@ -921,7 +920,7 @@
> E. Alternative: 'svnserve' and ra_svn
> -----------------------------------
>
> - As of svn 0.16, we have new repository-access implementation,
> + As of svn 0.16, we have a new repository-access implementation,
> libsvn_ra_svn (on the client side) and the 'svnserve' process on
> the server. This is a simple network layer that speaks a custom
> protocol over plain TCP (documented in libsvn_ra_svn/protocol):
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 4 11:19:48 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.