{"id":73,"date":"2009-10-12T14:18:11","date_gmt":"2009-10-12T21:18:11","guid":{"rendered":"http:\/\/adam.yanalunas.com\/blog\/?p=73"},"modified":"2009-10-12T14:18:11","modified_gmt":"2009-10-12T21:18:11","slug":"compiling-subversion-1-6-on-a-mac","status":"publish","type":"post","link":"http:\/\/adam.yanalunas.com\/blog\/archives\/73","title":{"rendered":"Compiling Subversion 1.6 on a Mac"},"content":{"rendered":"<p>If it wasn&#8217;t already obvious from my previous posts I&#8217;ve been bitten by the dangerous and anti-productive bug that is building your own apps from source. However, with the case of Subversion I feel the need to build this one instead of using the installer as I prefer my local apps to go in to <code>\/usr\/local<\/code> not into <code>\/opt<\/code>. <\/p>\n<p>Word of warning: My personal needs for SVN do not include the Berkeley DB, Neon or other more advanced features. If you require those features, you can run <code>.\/configure --help<\/code> to review the possible arguments and what is required to use them.<\/p>\n<ol>\n<li>Download the latest <a href=\"http:\/\/subversion.tigris.org\/servlets\/ProjectDocumentList?folderID=260&#038;expandFolder=74\">Subversion source<\/a>. I chose <a href=\"http:\/\/subversion.tigris.org\/downloads\/subversion-1.6.5.tar.bz2\">1.6.5<\/a>.<\/li>\n<li>Decompress the package. You can click on the tarball or use Terminal to run this: <code>tar xvjf subversion-1.6.5.tar.bz2<\/code><\/li>\n<li>Now run the following commands in terminal:\n<pre><code>\r\ncd subversion-1.6.5\r\n.\/configure --prefix=\/usr\/local --with-ssl --with-zlib=\/usr\/lib\r\nmake\r\nsudo make install<\/code><\/pre>\n<\/li>\n<\/ol>\n<p>That&#8217;s it! You&#8217;re done and can test your version by running the following command in Terminal: <code>svn --version --quiet<\/code>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If it wasn&#8217;t already obvious from my previous posts I&#8217;ve been bitten by the dangerous and anti-productive bug that is building your own apps from source. However, with the case of Subversion I feel the need to build this one instead of using the installer as I prefer my local apps to go in to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"_links":{"self":[{"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/posts\/73"}],"collection":[{"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":2,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/posts\/73\/revisions"}],"predecessor-version":[{"id":75,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/posts\/73\/revisions\/75"}],"wp:attachment":[{"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/media?parent=73"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/categories?post=73"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/adam.yanalunas.com\/blog\/wp-json\/wp\/v2\/tags?post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}