Question

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?

Was it helpful?

Solution

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!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top