-2

I have been writing a web app for some time now for Google App Engine and I just now have gotten a partner on the project. I have been working in Eclipse and writing in Python and I need to share the project with him.

What kind of repository would you suggest or could I use to share the code base with my partner? I have looked at some options like Mercurial or Git but is there anything that I can have directly update my files in the Eclipse development folder?

clifgray
  • 4,313
  • 11
  • 67
  • 116

1 Answers1

1

I recomend you to create a Git repo and use Egit, very nice git plugin for eclipse. You can set up a repo in Google Code or any other website that you like. I have sources in Bean Stalk App and bitbucket. They both work fine with git!

caiocpricci2
  • 7,714
  • 10
  • 56
  • 88