diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/svn | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/svn')
-rw-r--r-- | files/es/glossary/svn/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/es/glossary/svn/index.html b/files/es/glossary/svn/index.html new file mode 100644 index 0000000000..a3be18dc2a --- /dev/null +++ b/files/es/glossary/svn/index.html @@ -0,0 +1,24 @@ +--- +title: SVN +slug: Glossary/SVN +tags: + - Colaboración + - Glosario +translation_of: Glossary/SVN +--- +<p>Apache Subversion (<strong>SVN</strong>) es un sistema ({{Glossary("SCM")}}) de código abierto de control de almacenamiento. Permite a los desarrolladores mantener un historial de modificaciones de texto y código. Aunque SVN también puede manejar archivos binarios, no recomendamos su utilización para tales archivos.</p> + +<h2 id="Saber_más">Saber más</h2> + +<h3 id="Conocimientos_generales">Conocimientos generales</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Subversion_(software)", "Apache Subversion")}} en Wikipedia</li> + <li><a href="https://subversion.apache.org/">Sitio web oficial</a></li> +</ul> + +<h3 id="Véase_tambiém">Véase tambiém</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Localization/SVN_guide_for_localizers">Guía SVN para localizadores en MDN</a></li> +</ul> |