docs:mac:builds:svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:mac:builds:svn [2009/11/15 19:56] billhdocs:mac:builds:svn [2009/11/15 19:58] (current) billh
Line 8: Line 8:
   * use the following commands to build and install (unless you want Berkeley DB or Apache DAV Module - see below)<code>   * use the following commands to build and install (unless you want Berkeley DB or Apache DAV Module - see below)<code>
 ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --disable-mod-activation --with-ssl ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --disable-mod-activation --with-ssl
 +make
 +sudo make install
 +</code>
 +  * since Apple already has an older version of svn installed, rename all /usr/bin/svn* files to something else, such as svn.bak, etc...
 +  * after install, inspect that everything is properly configured with:<code>
 +svn --version
 +
 +svn, version 1.6.6 (r40053)
 +   compiled Nov 15 2009, 19:40:55
 +
 +Copyright (C) 2000-2009 CollabNet.
 +Subversion is open source software, see http://subversion.tigris.org/
 +This product includes software developed by CollabNet (http://www.Collab.Net/).
 +
 +The following repository access (RA) modules are available:
 +
 +* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
 +  - handles 'http' scheme
 +  - handles 'https' scheme
 +* ra_svn : Module for accessing a repository using the svn network protocol.
 +  - with Cyrus SASL authentication
 +  - handles 'svn' scheme
 +* ra_local : Module for accessing a repository on local disk.
 +  - handles 'file' scheme
 </code> </code>
  
  • docs/mac/builds/svn.1258340206.txt.gz
  • Last modified: 2009/11/15 19:56
  • by billh