how do i get older pre packaged libs on OSX from SVN?

I’m no coder but regularly build blender from source…

I’ve run into a problem: I have a patch (from someone) against 2.69… it fails against newer versions in several places so I’m trying to build 2.69 on osx… my problem is the pre packaged libs from SVN are too new to compile… get linking errrors on practically every lib

so how do I use svn to get the snaphot of teh libs compatible with 2.69 ? I’m pretty sure they tag the repos with every release.

You can hit this URL with your browser: https://svn.blender.org/svnroot/bf-blender/tags/blender-2.69-release/

If memory serves you need to checkout the ‘blender’ directory and then the appropriate “…/lib/<platform>” directory.