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
linux:howtos:build-svn-from-sources [02/01/2024 17:25] – [CentOS 7 minimal: compiling SVN 1.14 from sources] 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 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