Searching for known Team Development helper tools
- by John
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:
The files sent from one do not contain the changes that the other worker has been working on meanwhile.
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.