Does Erlide ( Erlang IDE on Eclipse ) work well with source control systems ( Git or SVN )?

StackOverflow https://stackoverflow.com/questions/16093676

  •  04-04-2022
  •  | 
  •  

Pregunta

I've been working on several projects involving Erlang in Eclipse ( using the Erlide plugin ) and dealing with erlang is somehow problematic in such IDE since it is hard to visualize the set of changes across all erlang source files that were modified.

When I use Netbeans for Java purposes, integrated to a centralized SVN, I can see all add/update/delete changes in different collors, compared to the last time I have committed such changes in source control system.

I tried to achieve the same with Eclipse + Erlide, but it does not appear possible. Somehow it is hard to understand the visual benefits of that.

Did anyone succeed well using a version control with Erlide, for the above purposes ?

¿Fue útil?

Solución

I don't use Netbeans, so I'm not sure I understand what you mean. The VCS plugins are providing the functionality related to version handling, the only thing that is specific for different languages is the support for structured comparison of versions.

I would suggest you try Eclipse+Java and if they do what you want and we don't, then file a ticket for that at https://erlide-tools.assembla.com/spaces/erlide/support/tickets

Otros consejos

Eclipse Subclipse plugin works well for me. There are mainly two plugins for SVN, Subclipse and Subversion. Check the SVN plugin comparison link for more information.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top