> Seriously, I'm +1 even if I have to work. Using CVS was a
> pain when I reorganized excalibur-logger.
FWIW, I run Subversion on a relatively old RH 6.2 (linux 2.2 kernel) box.
It does not have all of the necessary parts installed, nor do I feel like
updating it just for Subversion, to be a Subversion server. Who cares? I
just need a client. So I downloaded the source tarball, and did:
tar zxvf subversion-1.0.1.tar.gz
cd subversion-1.0.1
./configure --with-ssl --enable-all-static
make
The --with-ssl is important, since otherwise you will not have SSL support.
I added the --enable-all-static because I wanted one statically linked
client, even it it is 5MB. No fuss, no muss, no dependencies. If you want
to do the same thing, add --without-berkeley-db to ensure that it won't
build the server.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]