0

Is there any on line repository for Eclipse IDE. We are working on a web development project and its very difficult to integrate everyone's code by carrying around in a pendrive or mailing it.

assylias
  • 321,522
  • 82
  • 660
  • 783
sekhu cool
  • 45
  • 1
  • 1
  • 11
  • If you are looking for a version control system, see for example: http://stackoverflow.com/questions/77485/what-are-the-relative-strengths-and-weaknesses-of-git-mercurial-and-bazaar – assylias Mar 12 '12 at 12:59
  • And this: http://stackoverflow.com/questions/35465/easy-simple-online-source-control – assylias Mar 12 '12 at 13:05

2 Answers2

0

Nope!

But you can use:

And tons of other version control tools with other repositories online

BoredAndroidDeveloper
  • 1,251
  • 1
  • 11
  • 26
0

To add to BoredAndroidDeveloper's answer - you can also use the mentioned version control tools as a service, sparing you the administration and granting global access :

Some of the most prominent are:

GitHub for Git (and others)
Bitbucket for Mercurial (and others)

kostja
  • 60,521
  • 48
  • 179
  • 224