Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: SVN procedure for checking out bbPress?


_ck_
Participant

@_ck_

By the way, for those on a linux server with shell and want to just install SVN as a client (and not the full blown server function) this is how you do it:

wget http://subversion.tigris.org/downloads/subversion-1.6.5.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.5.tar.gz

tar -xzvf subversion-1.6.5.tar.gz
tar -xzvf subversion-deps-1.6.5.tar.gz
cd subversion-1.6.5

./configure --prefix=$HOME --without-berkeley-db --with-ssl --with-editor=/usr/bin/vim --without-apxs --without-apache
make
make install

Then you are ready to use it via the command line svn

Skip to toolbar