开发者

Code sharing between small student group

开发者 https://www.devze.com 2023-01-28 23:40 出处:网络
I\'m currently in college, and we work in groups of three to create small python projects on a weekly basis.

I'm currently in college, and we work in groups of three to create small python projects on a weekly basis.

We code with Eclipse and PyDev but we've got a proble开发者_开发百科m when it comes to sharing our work. We end up sending an infinite stream of emails with compressed projects.

What we need is a way to keep the source code updated and we need to be able to share it between us. (on both Windows and Linux) What do you recommend?

thanks in advance.


Use Git and Github. This way your code is in version control ( which is a good practice) and it can be shared with other people in your project through github. ( github was built with good git integration).


I'd suggest using a version control system.

Git might be good for you - it doesn't require a central server and there is also support for Windows these days.


Use Mercurial in conjunction with Bitbucket.


What you need is a control version server (SVN for instance). You will be able to commit the changes and update the local version of your code to the current server version.

It is for free:

http://code.google.com/

You should set up your repo and share your work! :-)

I hope it helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号