On Tue, Apr 04, 2006 at 06:45:54AM -0600, [EMAIL PROTECTED] wrote:
> 
> Modified: trunk/BOOK/basicnet/netprogs/subversion.xml
> ===================================================================
<..>

> +      based on <application>Berkeley DB</application>. This issue only 
> affects
> +      BDB-based repositories on a local installation and does not affect 
> access
> +      to a BDB-based repository on a remote system.</para>

So if I build subversion with bdb-4.4.x and create a repo with a bdb
fstype, I'm okay as long as I only access it via a remote protocol?

> +      encouraged to dump and reload them into a File System based
> +      repository.</para>

Hyphen inconsistency (BDB-based vs. File System based)

> +<screen><userinput>./configure --prefix=/usr \
> +            --with-installbuilddir=/usr/lib/apr-0 &amp;&amp;

Perhaps --without-berkeley-db could be added to avoid the bdb problem
altogether?

> +install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
>  cp -v -R doc/* /usr/share/doc/subversion-&subversion-version; &amp;&amp;
>  rm -v 
> /usr/share/doc/subversion-&subversion-version;/{Makefile,doxygen.conf}</userinput></screen>

FWIW, I try to avoid installing anything that has to be immediately
removed, so I prefer rm -f doc/{Makefile,doxygen.conf} before the cp -R.

-- 
Archaic

Want control, education, and security from your operating system?
Hardened Linux From Scratch
http://www.linuxfromscratch.org/hlfs

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to