Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mac:builds:svn [2008/06/15 14:50] – billh | docs:mac:builds:svn [2009/11/15 19:58] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== svn ====== | ====== svn ====== | ||
- | **These instructions are not for using subversion with Apache (SVN://), but rather to use svn with file based repositories** | + | * **svn version: 1.6.6** |
+ | * **neon version: 0.29.0** | ||
* download source from http:// | * download source from http:// | ||
- | * download dependencies source also | + | * download dependencies source also (make sure you have [[http:// |
* :!: **unarchive both the source and dependencies into the same directory** | * :!: **unarchive both the source and dependencies into the same directory** | ||
- | * use [[typical_build_procedure]] | + | |
+ | | ||
+ | ./configure --prefix=/ | ||
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
+ | * since Apple already has an older version of svn installed, rename all / | ||
+ | * after install, inspect that everything is properly configured with:< | ||
+ | svn --version | ||
- | ===== Leopard Update ===== | + | svn, version 1.6.6 (r40053) |
+ | | ||
+ | |||
+ | Copyright (C) 2000-2009 CollabNet. | ||
+ | Subversion is open source software, see http:// | ||
+ | This product includes software developed by CollabNet (http:// | ||
+ | |||
+ | The following repository access (RA) modules are available: | ||
+ | |||
+ | * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. | ||
+ | - handles ' | ||
+ | - handles ' | ||
+ | * ra_svn : Module for accessing a repository using the svn network protocol. | ||
+ | - with Cyrus SASL authentication | ||
+ | - handles ' | ||
+ | * ra_local : Module for accessing a repository on local disk. | ||
+ | - handles ' | ||
+ | </ | ||
+ | |||
+ | ===== Leopard Update | ||
When compiling on Leopard, I received the following error: | When compiling on Leopard, I received the following error: | ||
< | < |