In computing, Subversion (SVN) is a version control system (VCS) initiated in 2000.
It allows users to keep track of changes made to any type of electronic data, typically source code,
web pages or design documents.
Subversion is currently a popular alternative to CVS (another widely used VCS),
particularly among open source projects.Projects using Subversion include the Apache Software Foundation, KDE, GNOME,
Free Pascal, GCC, Python, Ruby, Sakai, Samba, and Mono.
Subversion is released under the Apache License, making it free software.
Version Control with Subversion -Ebook-
THIS PROCEDURE IS NOT VERIFIED YET ...
# cd /tmp/myfiles/ # wget http://www.monkey.org/~provos/libevent-1.3e.tar.gz # tar -xzvf libevent-1.3e.tar.gz # cd libevent-1.3e # ./configure # make # make install # cd ..
# cd /tmp/myfiles/ # wget http://www.sqlite.org/sqlite-3.5.2.tar.gz # tar -xzvf sqlite-3.5.2.tar.gz # cd sqlite-3.5.2 # ./configure # make # make install # ./sqlite3 # .help # .exit
# cd /tmp/myfiles/ # wget http://apache.nedmirror.nl/apr/apr-1.2.12.tar.gz # tar -xzvf apr-1.2.12.tar.gz # cd apr-1.2.12 # ./configure # make # make install # cd ..
# cd /tmp/myfiles/ # wget http://apache.nedmirror.nl/apr/apr-util-1.2.12.tar.gz # tar -xzvf apr-util-1.2.12.tar.gz # cd apr-util.1.2.12 # ./configure —with-apr=/usr/local/bin/apr-1-config # make # make install # cd ..
# cd /tmp/myfiles/ # wget http://www.zlib.net/zlib-1.2.3.tar.gz # tar -xzvf zlib-1.2.3.tar.gz # cd zlib-1.2.3 # ./configure # make # make install # cd ..
# cd /tmp/myfiles/ # wget http://www.webdav.org/neon/neon-0.25.5.tar.gz # tar -xzvf neon-0.25.5.tar.gz # cd neon-0.25.5 # ./configure # make # make install
# cd /tmp/myfiles/ # wget http://switch.dl.sourceforge.net/sourceforge/expat/expat-2.0.0.tar.gz # tar -xzvf expat-2.0.0.tar.gz # cd expat-2.0.0 # ./configure # make # make install
# cd /tmp/myfiles/ # wget http://apache.cs.uu.nl/dist/httpd/httpd-2.2.6.tar.gz # tar -xzvf httpd-2.2.6.tar.gz # cd httpd-2.2.6 # ./configure # make # make install
# cd /tmp/myfiles/ # wget http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz # tar -xzvf subversion-1.4.5.tar.gz # cd subversion-1.4.5 # ./configure —with-apr=/usr/local/bin/apr-1-config —with-apr-util=/usr/local/bin/apu-1-config —with-neon=/usr/local/bin # make # make install # svn --versionecho "/qwe/lib" » /etc/ld.so.conf ldconfig dit heb ik staan in mijn ld.so.conf: /usr/local/lib /usr/local/apr/lib maar mss is dit niet allemaal nodig als je de ./configure goed uitvoert met --with-apr en --with-apr-util config: https://help.ubuntu.com/community/Subversion /usr/local/apache2/conf/httpd.conf --> locatio .... + user/group naar www-data ...