---
description: ¿Qué piensan los usuarios de Apache Subversion? Lee las reseñas y opiniones verificadas, descubre sus características y el nivel de usabilidad, consulta los precios y conoce las ventajas y desventajas de Apache Subversion gracias a Capterra República Dominicana.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Apache Subversion - Opiniones, precios y características - Capterra República Dominicana 2026
---

Breadcrumb: [Inicio](/) > [Herramientas de gestión de código fuente](/directory/31420/source-code-management/software) > [Apache Subversion](/software/177270/apache-subversion)

# Apache Subversion

Canonical: https://www.capterra.do/software/177270/apache-subversion

Página: 1 de 3\
Siguiente: [Página siguiente](https://www.capterra.do/software/177270/apache-subversion?page=2)

> Sistema de control de revisión de código abierto que ofrece funciones de resolución interactiva de conflictos, seguimiento de fusiones y bloqueo de archivos.
> 
> Veredicto: 49 usuarios lo han valorado con **4.1/5**. De los mejores valorados en **Probabilidad de recomendación**.

-----

## Vista rápida

### ¿Quién usa Apache Subversion?

Diseñada para desarrolladores de software, esta solución local de gestión de código fuente ayuda a duplicar repositorios de solo lectura y gestionar archivos binarios.

## Estadísticas y valoraciones rápidas

| Métrica | Calificación | Detalles |
| **En general** | **4.1/5** | 49 Opiniones |
| Facilidad de uso | 4.0/5 | Basado en las opiniones generales |
| Asistencia al cliente | 3.5/5 | Basado en las opiniones generales |
| Relación calidad-precio | 4.4/5 | Basado en las opiniones generales |
| Funcionalidades | 3.8/5 | Basado en las opiniones generales |
| Porcentaje de recomendaciones | 60% | (6/10 Probabilidad de recomendación) |

## Sobre el proveedor

- **Empresa**: Apache Software Foundation
- **Constitución**: 2011

## Contexto comercial

- **Modelo de precios**:  (versión gratuita disponible)
- **Público objetivo**: Trabajador autónomo, 2-10, 11-50, 51-200, 201-500, 501-1,000, 1,001-5,000, 5,001-10,000, 10,000+
- **Despliegue y plataformas**: Mac (desktop), Windows (desktop)
- **Países disponibles**: Alemania

## Funcionalidades

- Control de versiones

## Opciones de asistencia

- Preguntas frecuentes/foro
- Base de conocimientos

## Categoría

- [Herramientas de gestión de código fuente](https://www.capterra.do/directory/31420/source-code-management/software)

## Alternativas

1. [Git](https://www.capterra.do/software/177211/git) — 4.8/5 (470 reviews)

## Opiniones

### "Best software for versioning of files or documents" — 4.0/5

> **Jayesh** | *16 de mayo de 2019* | Tecnología y servicios de la información | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: easy to maintain the current and historical versions of files such as source code, web pages, and documentations.
> 
> **Puntos en contra**: according to my experience, there is no any features that i don't like about this software.
> 
> Easy to use this software.&#10;I would like to highlight some of its features in short note as following.&#10;Create Repository, Checkout, Update, Perform Changes, Review Changes, Fix Mistakes, Resolve Conflicts,Commit Changes and many more.&#10;After all these about features i would like to say that there should be one feature in it and that is while we are working on any file and meanwhile if any other is trying to edit that file then it should alert that someone else is working in this file. It will be help the both person that who is working on this file so they can work in that way which will reduce the conflicts of files.

-----

### "Subversion: Code storage another way." — 5.0/5

> **Simon** | *31 de octubre de 2023* | Servicios de información | Valoración de la recomendación: 7.0/10
> 
> **Puntos a favor**: Ease of use and having the master (centralised) copy on site.  Subversion maintains a master copy - the main source - and copies are made from that.  Also having the ability to properly store binary, rather than textual files, is a bonus when wanting to version images or PDFs.&#10;Like GIT, but not Visual Source Safe (when we migrated), SVN gives the ability for many people to edit and change files and to merge the changes.
> 
> **Puntos en contra**: It is more difficult, if using an 'internal' server, to access remotely.  You have to ensure that SSH tunnels etc are in place to grant remote access.
> 
> Having come from Visual Source Safe in the early 2000s, Subversion was great in that it enabled more than one person to access and edit a file.  Committing and merging those files is pretty straightforward and the flexibility it offers it good.&#10;In addition, if there are secure areas of a project that only a few should see, the granular access features enable that to happen.

-----

### "Managing Code Changes" — 3.0/5

> **Derrick** | *16 de mayo de 2024* | Comercio y desarrollo internacional | Valoración de la recomendación: 8.0/10
> 
> **Puntos a favor**: When I update a file, I just use "svn commit" to save the changes, and if needed, I can revert back easily with "svn revert". It's simple and keeps my workflow smooth.
> 
> **Puntos en contra**: Unlike Git, it doesn't handle distributed workflows as smoothly. Also, its branching and merging features are not as advanced, making it more challenging for complex projects.

-----

### "Version control" — 5.0/5

> **Bogdan** | *17 de octubre de 2022* | Software informático | Valoración de la recomendación: 10.0/10
> 
> **Puntos a favor**: Personally I consider SVN to be the perfect balance between functionality and control. When working in a mixed team environment repository security and locking are paramount and SVN makes everything simple. Post commit hooks are also very useful and easy to implement.
> 
> **Puntos en contra**: I like the git ability to perform local commits and I'd love to have it in SVN but it I find the benefits of a centralised repository much more important.
> 
> I've been using SVN ever since I've migrated from Microsoft VSS and I still find it as powerful as ever and still relevant in 2022. We now use much better visual tools and online hosting services integrated with testing and CI/CD tools but the core SVN experience is still as good as it was

-----

### "Simple yet powerful source repository" — 5.0/5

> **Usuario verificado** | *28 de abril de 2021* | Automoción | Valoración de la recomendación: 6.0/10
> 
> **Puntos a favor**: The main power of this tool is its simplicity. It does what it's supposed to do, and does not offer countless options that you need to learn before using it. When used in conjunction with tortoise, you get an easy integration with visual studio and MS file explorer. Unlike other products, committing and checkout code is just a matter of right click and choose commit or checkout... that's it, and that's how it's supposed to be.
> 
> **Puntos en contra**: Its simplicity can be a small nuisance here. The power you get to implement any branching strategy you like for instance, can turn out to be a little chaotic after a while if multiple teams use different strategies. There is no release management and automated build option and no option to add some kind of ticketing mechanism, you're going to need integration with other products for that. Again, simplicity is great, but you'll need other products in conjunction to subversion...
> 
> Speed\! As developers we like to spend the least amount of time getting the latest code, creating tickets, and start working. Subversion never fails in getting you started within a few seconds. Its one of those products that you never even think about.

-----

Página: 1 de 3\
Siguiente: [Página siguiente](https://www.capterra.do/software/177270/apache-subversion?page=2)

## Enlaces

- [Ver en Capterra](https://www.capterra.do/software/177270/apache-subversion)

## Esta página se encuentra disponible en los siguientes idiomas

| Local | URL |
| de | <https://www.capterra.com.de/software/177270/apache-subversion> |
| de-AT | <https://www.capterra.at/software/177270/apache-subversion> |
| de-CH | <https://www.capterra.ch/software/177270/apache-subversion> |
| en | <https://www.capterra.com/p/177270/Apache-Subversion/> |
| en-AE | <https://www.capterra.ae/software/177270/apache-subversion> |
| en-AU | <https://www.capterra.com.au/software/177270/apache-subversion> |
| en-CA | <https://www.capterra.ca/software/177270/apache-subversion> |
| en-GB | <https://www.capterra.co.uk/software/177270/apache-subversion> |
| en-IE | <https://www.capterra.ie/software/177270/apache-subversion> |
| en-IL | <https://www.capterra.co.il/software/177270/apache-subversion> |
| en-IN | <https://www.capterra.in/software/177270/apache-subversion> |
| en-NZ | <https://www.capterra.co.nz/software/177270/apache-subversion> |
| en-SG | <https://www.capterra.com.sg/software/177270/apache-subversion> |
| en-ZA | <https://www.capterra.co.za/software/177270/apache-subversion> |
| es | <https://www.capterra.es/software/177270/apache-subversion> |
| es-AR | <https://www.capterra.com.ar/software/177270/apache-subversion> |
| es-CL | <https://www.capterra.cl/software/177270/apache-subversion> |
| es-CO | <https://www.capterra.co/software/177270/apache-subversion> |
| es-CR | <https://www.capterra.co.cr/software/177270/apache-subversion> |
| es-DO | <https://www.capterra.do/software/177270/apache-subversion> |
| es-EC | <https://www.capterra.ec/software/177270/apache-subversion> |
| es-MX | <https://www.capterra.mx/software/177270/apache-subversion> |
| es-PA | <https://www.capterra.com.pa/software/177270/apache-subversion> |
| es-PE | <https://www.capterra.pe/software/177270/apache-subversion> |
| fr | <https://www.capterra.fr/software/177270/apache-subversion> |
| fr-BE | <https://fr.capterra.be/software/177270/apache-subversion> |
| fr-CA | <https://fr.capterra.ca/software/177270/apache-subversion> |
| fr-LU | <https://www.capterra.lu/software/177270/apache-subversion> |

-----

## Datos estructurados

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra República Dominicana","address":{"@type":"PostalAddress","addressLocality":"Ciudad de México","addressRegion":"CMX","postalCode":"CP 11000","streetAddress":"Boulevard Manuel Ávila Camacho no. 36, Piso 10 Col. Lomas de Chapultepec CP 11000 México, D.F"},"description":"Capterra República Dominicana ayuda a millones de usuarios a encontrar el software adecuado. Descubre opiniones, valoraciones, infografías y las listas más exhaustivas de software empresarial.","email":"info@capterra.do","url":"https://www.capterra.do/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.do/#organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra","https://www.instagram.com/capterra/","https://www.youtube.com/user/CapterraTV"]},{"name":"Apache Subversion","description":"Software de control de revisión y control de versiones de código abierto que ofrece resolución interactiva de conflictos, seguimiento de fusiones, bloqueo de archivos y más.","url":"https://www.capterra.do/software/177270/apache-subversion","@type":"SoftwareApplication","@id":"https://www.capterra.do/software/177270/apache-subversion#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.do/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.1,"bestRating":5,"ratingCount":49},"operatingSystem":"Apple, Windows"},{"@type":"FAQPage","@id":"https://www.capterra.do/software/177270/apache-subversion#faqs","mainEntity":[{"name":"¿Qué es Apache Subversion?","@type":"Question","acceptedAnswer":{"text":"Software de control de revisión y control de versiones de código abierto que ofrece resolución interactiva de conflictos, seguimiento de fusiones, bloqueo de archivos y más.","@type":"Answer"}},{"name":"¿Quién usa Apache Subversion?","@type":"Question","acceptedAnswer":{"text":"Diseñada para desarrolladores de software, esta solución local de gestión de código fuente ayuda a duplicar repositorios de solo lectura y gestionar archivos binarios.","@type":"Answer"}}]},{"@type":"BreadcrumbList","itemListElement":[{"name":"Inicio","position":1,"item":"/","@type":"ListItem"},{"name":"Herramientas de gestión de código fuente","position":2,"item":"/directory/31420/source-code-management/software","@type":"ListItem"},{"name":"Apache Subversion","position":3,"item":"/software/177270/apache-subversion","@type":"ListItem"}],"@id":"https://www.capterra.do/software/177270/apache-subversion#breadcrumblist"}]}
</script>
