JuangaCovas.info

La página personal de Juan Gabriel Covas

Herramientas de usuario

Herramientas del sitio


linux:howtos:build-svn-from-sources

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
linux:howtos:build-svn-from-sources [02/01/2024 17:16] – Add -j number of processors to speed up make Juanga Covaslinux:howtos:build-svn-from-sources [02/01/2024 17:25] – [CentOS 7 minimal: compiling SVN 1.14 from sources] Juanga Covas
Línea 1: Línea 1:
 ====== Build Subversion from sources for Linux RedHat, CentOS or Ubuntu, including svn 1.14 ====== ====== Build Subversion from sources for Linux RedHat, CentOS or Ubuntu, including svn 1.14 ======
  
--- By Juan Gabriel Covas - 2019 - 2021+-- By Juan Gabriel Covas - 2019 - 2024
  
 How to build Subversion / SVN from Sources (under Rocky Linux 9, CentOS 8, CentOS 7 or Ubuntu 18/19/20, so you can use the latest subversion version. This How-To is based on the following old blog post from 2012: [[http://blog.ashodnakashian.com/2012/11/building-subversion-on-ubuntu-12-10/|Building Subversion on Ubuntu 12.10]] but, over time, some changes have been made. How to build Subversion / SVN from Sources (under Rocky Linux 9, CentOS 8, CentOS 7 or Ubuntu 18/19/20, so you can use the latest subversion version. This How-To is based on the following old blog post from 2012: [[http://blog.ashodnakashian.com/2012/11/building-subversion-on-ubuntu-12-10/|Building Subversion on Ubuntu 12.10]] but, over time, some changes have been made.
Línea 112: Línea 112:
 ===== CentOS 7 minimal: compiling SVN 1.14 from sources ===== ===== CentOS 7 minimal: compiling SVN 1.14 from sources =====
  
-Compilation tested on CentOS 7 (minimal install, NO stock subversion installed). Updated 2020-11-02+Compilation tested on CentOS 7 (minimal install, NO stock subversion installed). Updated 2024-01-02
  
 Subversion build: success as normal user (no root), under ''/home/user/src'' Subversion build: success as normal user (no root), under ''/home/user/src''
Línea 127: Línea 127:
 Installing subversion from sources: Installing subversion from sources:
   $ cd ~; mkdir src; cd src   $ cd ~; mkdir src; cd src
-  $ wget https://dlcdn.apache.org/subversion/subversion-1.14.1.tar.gz +  $ wget https://dlcdn.apache.org/subversion/subversion-1.14.3.tar.gz 
-  $ tar xzf subversion-1.14.1 +  $ tar xzf subversion-1.14.3 
-  $ cd subversion-1.14.1+  $ cd subversion-1.14.3
   $ ./get-deps.sh   $ ./get-deps.sh
      
Línea 152: Línea 152:
 Check version: Check version:
   # svn --version --quiet   # svn --version --quiet
-  1.14.1+  1.14.3
  
 Also be sure to check the final notes at the bottom of this page, when you need to re-compile a newer version of SVN. Also be sure to check the final notes at the bottom of this page, when you need to re-compile a newer version of SVN.
linux/howtos/build-svn-from-sources.txt · Última modificación: 02/01/2024 17:27 por Juanga Covas