Howto use command line SVN on Mac OSX

Objective

Use the command line SVN client on Mac OS X

Subversion was built to be used with the command line subversion client (not the bastardized GUI clients that are being sold on the market right now).

As such my instructions are for the native command line subversion client “svn”

Instructions

These instructions detail how . . . → Read More: Howto use command line SVN on Mac OSX

How to Install Subversion 1.4.6 with Apache 2.2.17_1 on FreeBSD

I was having an issue getting subversion 1.4.6 + apache installed on a freebsd 8.1 system without running in to errors. These instructions should work on any version of freebsd (post 6.01).

Eventually i copied the proper port versions over from a different system and got it all working! Avoid rebuilding subversion from source on . . . → Read More: How to Install Subversion 1.4.6 with Apache 2.2.17_1 on FreeBSD

Howto Fix libaprutil-0.so.9 not found

How to fix these three errors:

You’ll need to use the locate command to see if you can find another copy of those files on your disk then link them to /usr/local/lib/ .

If you cannot locate a copy of them you can install subversion 1.4.6 in a chroot jail or on another freebsd . . . → Read More: Howto Fix libaprutil-0.so.9 not found

Proper way to Rebuild Subversion 1.4.0_1 on FreeBSD 6.1

Here’s some info on the system:

i completely removed apache:

pkg_delete -f apache-2.\*

Then removed these subversion related files:

515 2010-07-10 18:47:59 rm -f /usr/local/lib/libexpat* 516 2010-07-10 18:48:09 rm -f /usr/local/lib/libapr* 517 2010-07-10 18:48:14 rm -f /usr/local/lib/libneon* 518 2010-07-10 18:48:27 rm -f /usr/local/lib/libsvn*

Rebuilt subversion from source, then installed apache from portmaster www/apache22 and . . . → Read More: Proper way to Rebuild Subversion 1.4.0_1 on FreeBSD 6.1