Searching for known Team Development helper tools

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-13T16:30:12Z Indexed on 2010/03/13 16:35 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

Hello,

My team is small, only two programmers.We both share one source ,but we live in different places.The problem is that Meanwhile I make changes on our project,the other team worker makes changes as well.It's very hard to write down every change,at least for us. When we decide we've made an important change,we contact each other sending the whole project's source. This is not good,because:

  1. The files sent from one do not contain the changes that the other worker has been working on meanwhile.
  2. We host the source on free servers,thus makes it possible for other to see the files.It will be VERY much better if only few(those that are changed) files are being uploaded rather than the whole project.

My question: Are there any tools that could make our lives easier?

Thanks in advance!

EDIT: We use Delphi 2009.

© Stack Overflow or respective owner

Related posts about teamwork

Related posts about Development