<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=71.125.82.224</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=71.125.82.224"/>
	<link rel="alternate" type="text/html" href="https://cblfs.nicewhileitlasted.com/Special:Contributions/71.125.82.224"/>
	<updated>2026-05-21T04:19:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=Wine&amp;diff=2889</id>
		<title>Wine</title>
		<link rel="alternate" type="text/html" href="?title=Wine&amp;diff=2889"/>
		<updated>2006-10-15T01:26:00Z</updated>

		<summary type="html">&lt;p&gt;71.125.82.224: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://prdownloads.sourceforge.net/wine/wine-0.9.23.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Remember that Wine is not an emulator therefore it will only work on x86 or x86_64 Multilib systems.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/opt/wine-0.9.23 &amp;amp;&amp;amp;&lt;br /&gt;
 make depend&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sv /opt/wine-0.9.23 /opt/wine &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sv /opt/wine/bin/wine /usr/bin/wine&lt;br /&gt;
&lt;br /&gt;
== Multilib x86_64 ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; ./configure --prefix=/opt/wine-0.9.23 \&lt;br /&gt;
 make depend&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sv /opt/wine-0.9.23 /opt/wine &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sv /opt/wine/bin/wine /usr/bin/wine&lt;br /&gt;
&lt;br /&gt;
=== Configure ===&lt;br /&gt;
&lt;br /&gt;
Simple config&lt;br /&gt;
 /opt/wine/winecfg&lt;/div&gt;</summary>
		<author><name>71.125.82.224</name></author>
	</entry>
	<entry>
		<id>?title=Subversion&amp;diff=2880</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="?title=Subversion&amp;diff=2880"/>
		<updated>2006-10-14T19:58:46Z</updated>

		<summary type="html">&lt;p&gt;71.125.82.224: /* 64Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[Apache]]&lt;br /&gt;
*[[JDK]]&lt;br /&gt;
*[[JUnit]]&lt;br /&gt;
*[[Dante]]&lt;br /&gt;
*[[Jikes]]&lt;br /&gt;
*[[pkg-config]]&lt;br /&gt;
*[[expat]] or [[libXML2]]&lt;br /&gt;
*[[OpenSSL]]&lt;br /&gt;
*[[MIT krb5]] or [[Heimdal]]&lt;br /&gt;
*[[Berkeley DB]] or [[GDBM]]&lt;br /&gt;
*[[SWIG]]&lt;br /&gt;
*[[Ruby]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --with-berkeley-db --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD32} -fPIC&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you built Subversion with the included apr then run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-32}&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILDN32} -fPIC&amp;quot; USE_ARCH=n32 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib32 --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you built Subversion with the included apr then run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-n32} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD64} -fPIC&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you built Subversion with the included apr then run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/apr-config &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/apu-config&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/neon-config&lt;br /&gt;
&lt;br /&gt;
=== Install Documents ===&lt;br /&gt;
&lt;br /&gt;
Install the documents&lt;br /&gt;
&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
==  Contents ==&lt;br /&gt;
&lt;br /&gt;
Subversion is a version control system that is designed to be a compelling replacement for CVS in the open source community. It extends and enhances CVS&#039; feature set, while maintaining a similar interface for those already familiar with CVS. These instructions install the client and server software used to manipulate a Subversion  repository.&lt;br /&gt;
&lt;br /&gt;
=== Short Description ===&lt;br /&gt;
&lt;br /&gt;
svn: is a command-line client program used to access Subversion repositories.&lt;br /&gt;
&lt;br /&gt;
svnadmin: is a tool for creating, tweaking or repairing a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svndumpfilter: is a program for filtering Subversion repository dumpfile format streams.&lt;br /&gt;
&lt;br /&gt;
svnlook: is a tool for inspecting a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svnserve: is a custom standalone server program, able to run as a daemon process or invoked by SSH.&lt;br /&gt;
&lt;br /&gt;
svnversion: is used to report the version number and state of a working Subversion repository copy.&lt;br /&gt;
&lt;br /&gt;
neon-config: is a script which provides information about an installed copy of the neon library.&lt;br /&gt;
&lt;br /&gt;
libsvn_*.{so,a}: are the support libraries used by the Subversion programs.&lt;br /&gt;
&lt;br /&gt;
libneon.{so,a}: is used as a high-level interface to common HTTP and WebDAV methods.&lt;br /&gt;
&lt;br /&gt;
mod_authz_svn.so: is a plug-in module for the Apache HTTP server, used to authenticate users to a Subversion repository over the Internet or an intranet.&lt;br /&gt;
&lt;br /&gt;
mod_dav_svn.so: is a plug-in module for the Apache HTTP server, used to make a Subversion repository available to others over the Internet or an intranet.&lt;/div&gt;</summary>
		<author><name>71.125.82.224</name></author>
	</entry>
	<entry>
		<id>?title=Subversion&amp;diff=2879</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="?title=Subversion&amp;diff=2879"/>
		<updated>2006-10-14T19:51:04Z</updated>

		<summary type="html">&lt;p&gt;71.125.82.224: /* Multilib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[Apache]]&lt;br /&gt;
*[[JDK]]&lt;br /&gt;
*[[JUnit]]&lt;br /&gt;
*[[Dante]]&lt;br /&gt;
*[[Jikes]]&lt;br /&gt;
*[[pkg-config]]&lt;br /&gt;
*[[expat]] or [[libXML2]]&lt;br /&gt;
*[[OpenSSL]]&lt;br /&gt;
*[[MIT krb5]] or [[Heimdal]]&lt;br /&gt;
*[[Berkeley DB]] or [[GDBM]]&lt;br /&gt;
*[[SWIG]]&lt;br /&gt;
*[[Ruby]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --with-berkeley-db --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD32} -fPIC&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you built Subversion with the included apr then run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-32}&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILDN32} -fPIC&amp;quot; USE_ARCH=n32 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib32 --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you built Subversion with the included apr then run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-n32} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD64} -fPIC&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 --with-berkeley-db \&lt;br /&gt;
     --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/apr-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/apu-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/apr-config &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/apu-config&lt;br /&gt;
&lt;br /&gt;
If you build Subversion with the included neon the run the following command:&lt;br /&gt;
&lt;br /&gt;
 mv -v /usr/bin/neon-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/neon-config&lt;br /&gt;
&lt;br /&gt;
=== Install Documents ===&lt;br /&gt;
&lt;br /&gt;
Install the documents&lt;br /&gt;
&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
==  Contents ==&lt;br /&gt;
&lt;br /&gt;
Subversion is a version control system that is designed to be a compelling replacement for CVS in the open source community. It extends and enhances CVS&#039; feature set, while maintaining a similar interface for those already familiar with CVS. These instructions install the client and server software used to manipulate a Subversion  repository.&lt;br /&gt;
&lt;br /&gt;
=== Short Description ===&lt;br /&gt;
&lt;br /&gt;
svn: is a command-line client program used to access Subversion repositories.&lt;br /&gt;
&lt;br /&gt;
svnadmin: is a tool for creating, tweaking or repairing a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svndumpfilter: is a program for filtering Subversion repository dumpfile format streams.&lt;br /&gt;
&lt;br /&gt;
svnlook: is a tool for inspecting a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svnserve: is a custom standalone server program, able to run as a daemon process or invoked by SSH.&lt;br /&gt;
&lt;br /&gt;
svnversion: is used to report the version number and state of a working Subversion repository copy.&lt;br /&gt;
&lt;br /&gt;
neon-config: is a script which provides information about an installed copy of the neon library.&lt;br /&gt;
&lt;br /&gt;
libsvn_*.{so,a}: are the support libraries used by the Subversion programs.&lt;br /&gt;
&lt;br /&gt;
libneon.{so,a}: is used as a high-level interface to common HTTP and WebDAV methods.&lt;br /&gt;
&lt;br /&gt;
mod_authz_svn.so: is a plug-in module for the Apache HTTP server, used to authenticate users to a Subversion repository over the Internet or an intranet.&lt;br /&gt;
&lt;br /&gt;
mod_dav_svn.so: is a plug-in module for the Apache HTTP server, used to make a Subversion repository available to others over the Internet or an intranet.&lt;/div&gt;</summary>
		<author><name>71.125.82.224</name></author>
	</entry>
	<entry>
		<id>?title=Subversion&amp;diff=2878</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="?title=Subversion&amp;diff=2878"/>
		<updated>2006-10-14T19:41:49Z</updated>

		<summary type="html">&lt;p&gt;71.125.82.224: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[Apache]]&lt;br /&gt;
*[[JDK]]&lt;br /&gt;
*[[JUnit]]&lt;br /&gt;
*[[Dante]]&lt;br /&gt;
*[[Jikes]]&lt;br /&gt;
*[[pkg-config]]&lt;br /&gt;
*[[expat]] or [[libXML2]]&lt;br /&gt;
*[[OpenSSL]]&lt;br /&gt;
*[[MIT krb5]] or [[Heimdal]]&lt;br /&gt;
*[[Berkeley DB]] or [[GDBM]]&lt;br /&gt;
*[[SWIG]]&lt;br /&gt;
*[[Ruby]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --with-berkeley-db --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First, extract two tarballs into one directory.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD32} -fPIC&amp;quot; ./configure --prefix=/usr --with-berkeley-db \&lt;br /&gt;
            --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
One can safely drop --with-ssl flag to use system neon if exists.&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILDN32} -fPIC&amp;quot; ./configure --prefix=/usr --with-berkeley-db \&lt;br /&gt;
            --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; CXX=&amp;quot;g++ ${BUILD64} -fPIC&amp;quot; ./configure --prefix=/usr --with-berkeley-db \&lt;br /&gt;
            --with-installbuilddir=/usr/lib/apr-0 --with-ssl &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== Install Documents ===&lt;br /&gt;
&lt;br /&gt;
Install the documents&lt;br /&gt;
&lt;br /&gt;
 find doc -type d -exec chmod 755 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 find doc -type f -exec chmod 644 {} \; &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/subversion-1.4.0 &amp;amp;&amp;amp;&lt;br /&gt;
 cp -v -R doc/* /usr/share/doc/subversion-1.4.0&lt;br /&gt;
&lt;br /&gt;
==  Contents ==&lt;br /&gt;
&lt;br /&gt;
Subversion is a version control system that is designed to be a compelling replacement for CVS in the open source community. It extends and enhances CVS&#039; feature set, while maintaining a similar interface for those already familiar with CVS. These instructions install the client and server software used to manipulate a Subversion  repository.&lt;br /&gt;
&lt;br /&gt;
=== Short Description ===&lt;br /&gt;
&lt;br /&gt;
svn: is a command-line client program used to access Subversion repositories.&lt;br /&gt;
&lt;br /&gt;
svnadmin: is a tool for creating, tweaking or repairing a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svndumpfilter: is a program for filtering Subversion repository dumpfile format streams.&lt;br /&gt;
&lt;br /&gt;
svnlook: is a tool for inspecting a Subversion repository.&lt;br /&gt;
&lt;br /&gt;
svnserve: is a custom standalone server program, able to run as a daemon process or invoked by SSH.&lt;br /&gt;
&lt;br /&gt;
svnversion: is used to report the version number and state of a working Subversion repository copy.&lt;br /&gt;
&lt;br /&gt;
neon-config: is a script which provides information about an installed copy of the neon library.&lt;br /&gt;
&lt;br /&gt;
libsvn_*.{so,a}: are the support libraries used by the Subversion programs.&lt;br /&gt;
&lt;br /&gt;
libneon.{so,a}: is used as a high-level interface to common HTTP and WebDAV methods.&lt;br /&gt;
&lt;br /&gt;
mod_authz_svn.so: is a plug-in module for the Apache HTTP server, used to authenticate users to a Subversion repository over the Internet or an intranet.&lt;br /&gt;
&lt;br /&gt;
mod_dav_svn.so: is a plug-in module for the Apache HTTP server, used to make a Subversion repository available to others over the Internet or an intranet.&lt;/div&gt;</summary>
		<author><name>71.125.82.224</name></author>
	</entry>
</feed>