18 años ayudando a las empresas
a elegir el mejor software

¿Qué es Apache Subversion?

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.

¿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.

¿Tienes dudas sobre Apache Subversion? Compara con una alternativa popular

Apache Subversion

Apache Subversion

4,1 (50)
No se han encontrado precios
Versión gratuita
Prueba gratuita
2
No se han encontrado integraciones
4,0 (50)
4,4 (50)
3,5 (50)
VS.
Precio inicial
Opciones de precios
Funcionalidades
Integraciones
Facilidad de uso
Relación calidad-precio
Atención al cliente
13,99 €
mes
Versión gratuita
Prueba gratuita
117
55
4,6 (14.249)
4,5 (14.249)
4,4 (14.249)
Las barras de puntuación verdes muestran el producto ganador en función de la puntuación media y el número de opiniones.

Otras alternativas interesantes a Apache Subversion

Zoom Workplace
Funcionalidades más valoradas
Audio y vídeo bidireccional
Uso compartido de la pantalla
Videoconferencia
GitLab
Funcionalidades más valoradas
Control de la fuente
Controles o permisos de acceso
Herramientas de colaboración
Git
Funcionalidades más valoradas
Control de versiones
Revisión de código
Seguimiento de errores
Visual Studio Code
Funcionalidades más valoradas
Control de versiones
Revisión de código
Third-Party Integrations
Assembla
Funcionalidades más valoradas
Gestión de tareas
Herramientas de colaboración
Seguimiento de creación de informes y proyectos
Kiuwan
Funcionalidades más valoradas
Para desarrolladores
Revisión de código
Seguridad de aplicaciones
Planio
Funcionalidades más valoradas
Gestión de tareas
Metodologías ágiles
Vista de Gantt/cronología
RhodeCode
Funcionalidades más valoradas
API
Control de la fuente
Creación de informes/análisis
Sigrid
Funcionalidades más valoradas
Control de versiones
Depuración
Supervisión

Opiniones de Apache Subversion

Evaluación media

General
4,1
Facilidad de uso
4,0
Atención al cliente
3,5
Funcionalidades
3,8
Relación calidad-precio
4,4

Opiniones por tamaño de empresa (empleados)

  • <50
  • 51-200
  • 201-1.000
  • >1.001

Encontrar opiniones por puntuación

5
40%
4
40%
3
14%
2
6%
Jayesh
Jayesh
Senior Software Developer en India
Usuario de Linkedin verificado
Tecnología y servicios de la información, 11-50 empleados
Tiempo de uso del software: Más de un año
Fuente de la opinión

Best software for versioning of files or documents

4,0 hace 6 años

Comentarios: Easy to use this software.
I would like to highlight some of its features in short note as following.
Create Repository, Checkout, Update, Perform Changes, Review Changes, Fix Mistakes, Resolve Conflicts,Commit Changes and many more.
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.

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.

Simon
Technical Director en RU
Servicios de información, 2-10 empleados
Tiempo de uso del software: Más de dos años
Fuente de la opinión

Subversion: Code storage another way.

5,0 el año pasado

Comentarios: 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.
In addition, if there are secure areas of a project that only a few should see, the granular access features enable that to happen.

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. 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.

Derrick
Senior staff engineer en Francia
Comercio y desarrollo internacional, 51-200 empleados
Tiempo de uso del software: Más de un año
Fuente de la opinión

Managing Code Changes

3,0 hace 10 meses

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.

Bogdan
Tech Lead en Rumanía
Software informático, 2-10 empleados
Tiempo de uso del software: Más de dos años
Fuente de la opinión

Alternativas consideradas previamente:

Version control

5,0 hace 2 años

Comentarios: 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

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.

Nigel Masimba
Nigel Masimba
WordPress Developer en Zimbabue
Usuario de Linkedin verificado
Tecnología y servicios de la información, Trabajador autónomo
Tiempo de uso del software: 6-12 meses
Fuente de la opinión

I Only Use It to Upload to a Public repository

4,0 hace 6 años

Comentarios: I've been using Apache Subversion for almost a year, but not as my main version control software. Work on my projects using another version control software, then when projects are ready to ship to the public repository I simply paste in the folder of the latest version into my Subversion folder, so I don't use it for version control per se. I just use Subversion because the public repository I upload to uses it. That said, there's nothing outright bad about Subversion. Other version control software fits better into my normal build workflow.

Puntos a favor:

It works well for version control, and I am yet to have any merge conflicts. It allows users to determine the version numbers using built-in features. Version numbering is not straight forward, at least in my case. I only manage one application which needs to have the version number updated in 3 separate files, which is not quite straightforward at first. The public repository is much more easier to navigate and download software than the private version

Puntos en contra:

It's not as easy to use as other version control software. With Apache Subversion it feels like I am manually creating files and then adding version tags or metadata to them, Whereas with my preferred version control system, I select which files I'm tracking, and whenever I need I commit the files to create new versions without having to manually separate the different versions.