Open eclipse svn project in netbeans

Ok my problem is pretty simple

I'm going to start working with a team of programmers, and we use the svn repository to store our code, your files are set up as an Eclipse Project, since the rest of my team is like eclipse.

However, I am dying from a clear sky, I tried the eclipse, which Iv gave him some time, but we do not gel, as they say.

So my question is the combination of plugins / hacks that I can use to access the Eclipse Project from the SVN repository inside NetBeans, without distorting the eclipse project or having problems for the rest of my team (I would rather have an eclipse than doing this with them)

Thanks a lot ^ _ ^

+4
source share
2 answers

As NA pointed out, there is a way to import Eclipse projects into Netbeans. However, you may not want to check the IDE files in your repository unless you can guarantee that everyone is using the same IDE. Otherwise, I would recommend only checking the source code, resources and additional libraries and ignoring individual files and setting up each individual environment.

Another alternative is to check in the IDE files in another folder in the repository so that a person can capture them if they need them.

0
source

In NetBeans 6.8, under File > Import Project there are both Resynchronize Eclipse Projects and Resynchronize Eclipse Projects . I guess this can be used to collaborate with people using Eclipse.

UPDATE: How the eclipse import function works .

+3
source

All Articles