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
linux:howtos:build-svn-from-sources [02/01/2024 17:23] – Bump year of validity Juanga Covaslinux:howtos:build-svn-from-sources [02/01/2024 17:27] (actual) Juanga Covas
Línea 19: Línea 19:
 As non-root user (this is important so all tests will pass...) As non-root user (this is important so all tests will pass...)
   cd ~; mkdir src; cd src   cd ~; mkdir src; cd src
-  wget https://dlcdn.apache.org/subversion/subversion-1.14.2.tar.gz +  wget https://dlcdn.apache.org/subversion/subversion-1.14.3.tar.gz 
-  tar xzf subversion-1.14.2.tar.gz +  tar xzf subversion-1.14.3.tar.gz 
-  cd subversion-1.14.2+  cd subversion-1.14.3
  
   ./get-deps.sh   ./get-deps.sh
Línea 50: Línea 50:
 We should have svn client there: We should have svn client there:
   $ svn --version --quiet   $ svn --version --quiet
-  1.14.2+  1.14.3
  
 ===== CentOS 8 minimal: build SVN 1.14 from sources ===== ===== CentOS 8 minimal: build SVN 1.14 from sources =====
Línea 63: Línea 63:
 As non-root user: As non-root user:
   cd ~; mkdir src; cd src   cd ~; mkdir src; cd src
-  wget https://dlcdn.apache.org/subversion/subversion-1.14.2.tar.gz +  wget https://dlcdn.apache.org/subversion/subversion-1.14.3.tar.gz 
-  tar xzf subversion-1.14.2.tar.gz +  tar xzf subversion-1.14.3.tar.gz 
-  cd subversion-1.14.2+  cd subversion-1.14.3
  
   ./get-deps.sh   ./get-deps.sh
Línea 104: Línea 104:
 We should have svn client there: We should have svn client there:
   $ svn --version --quiet   $ svn --version --quiet
-  1.14.2+  1.14.3
      
 Don't forget to check the Rebuilding from sources notes here: https://juangacovas.info/doku.php/linux/howtos/build-svn-from-sources#note-on-re-building-subversion-from-sources Don't forget to check the Rebuilding from sources notes here: https://juangacovas.info/doku.php/linux/howtos/build-svn-from-sources#note-on-re-building-subversion-from-sources
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.
Línea 175: Línea 175:
 Download subversion sources: Download subversion 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 xvzf subversion-*   # tar xvzf subversion-*
-  # cd subversion-1.14.1+  # cd subversion-1.14.3
 Going to compile and install subversion from sources on Ubuntu: Going to compile and install subversion from sources on Ubuntu:
   # ./get-deps.sh apr serf zlib sqlite   # ./get-deps.sh apr serf zlib sqlite
Línea 197: Línea 197:
 Then it works: Then it works:
   # svn --version --quiet   # svn --version --quiet
-  1.14.1+  1.14.3
  
  
linux/howtos/build-svn-from-sources.txt · Última modificación: 02/01/2024 17:27 por Juanga Covas