Sharing a java project (various IDEs)

My team and I were wondering how we could easily share our Java project. I was thinking about using something like a Google drive, but it’s rather tedious to download files every time anyone wants to modify them. I know that there are simpler ways to share a project, for example, using Eclipse, but the problem is that we all work with both BlueJ and Eclipse. So is there a way to do this?

Thanks in advance

+4
source share
2 answers

Are you familiar with SVN ?

Subversion , , - . eclipse SVN.

, , SVN- github.

, -

+3

GIT SVN.

1) , ( ) .

2) eclipse.

+3

All Articles