en:developer:install_svn
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:developer:install_svn [2018/08/23 05:52] – [Install Neon] anupama | en:developer:install_svn [2023/03/13 01:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SVN Installation ====== | ||
| - | ===== Windows ===== | ||
| - | ===== Mac ===== | + | ====== SVN Installation ====== |
| + | |||
| + | ===== Windows | ||
| - | ===== Linux ===== | + | ===== Linux and Mac ===== |
| This covers installing subversion from a source tarball, for client-type uses. This document is based on an install of Subversion-1.4.3.tar.gz, | This covers installing subversion from a source tarball, for client-type uses. This document is based on an install of Subversion-1.4.3.tar.gz, | ||
| Line 144: | Line 144: | ||
| After following these instructions in the fail message, re-run the configure step and then proceed to make and make install. | After following these instructions in the fail message, re-run the configure step and then proceed to make and make install. | ||
| - | Now, subversion is installed in ''/ | + | Now, subversion is installed in ''/ |
| + | < | ||
| + | export PATH=/ | ||
| + | </ | ||
| ==== Installing newer versions of Subversion like Subversion 1.8.18 ==== | ==== Installing newer versions of Subversion like Subversion 1.8.18 ==== | ||
| Line 164: | Line 166: | ||
| </ | </ | ||
| - | 2. **OpenSSL**\\ Grab openssl from https:// | + | 2. **OpenSSL**\\ Grab openssl from https:// |
| < | < | ||
| Line 177: | Line 179: | ||
| ./config --openssldir=/ | ./config --openssldir=/ | ||
| + | [For macs, do instead: | ||
| + | ./Configure darwin64-x86_64-cc --openssldir=/ | ||
| make | make | ||
| make install | make install | ||
| Line 226: | Line 230: | ||
| cd subversion-1.8.18 | cd subversion-1.8.18 | ||
| </ | </ | ||
| + | |||
| + | [BEGIN: NOT FOR SVN 1.9.9 AND/OR MAC OSX | ||
| If you try configuring SVN 1.8.18, you may get an error about missing sql-lite. For subversion 1.8.18, follow the instructions that the configure error message provides: | If you try configuring SVN 1.8.18, you may get an error about missing sql-lite. For subversion 1.8.18, follow the instructions that the configure error message provides: | ||
| Line 245: | Line 251: | ||
| #needs to be renamed | #needs to be renamed | ||
| </ | </ | ||
| + | |||
| + | END] | ||
| Now proceed with the usual configure, make and make install. There are two locations in the configure command where Serf should be specified: | Now proceed with the usual configure, make and make install. There are two locations in the configure command where Serf should be specified: | ||
en/developer/install_svn.1535003522.txt.gz · Last modified: 2018/08/23 05:52 by anupama
