androideclipserepositorysharingcode-sharing

Tool to create Repository for sharing android project on LAN


I am new to working on projects in a team. I need to Share an android project with my team placed at one local server machine with the other machines connected through LAN. We are using Eclipse for project development.

How can i place project code on one machine and then multiple people can work on it from their respected machines on same LAN. The programmers can CheckIn/ CheckOut the files and all.

Its just a start for me in this field so don't have much idea about this.


Solution

  • Well, there are several options. Assuming you HAVE to work on a LAN network, there is TFS for eclipse.

    However, if you do have a reliable internet connection, there are much more popular options such as Git which allows you to have a 'master' branch with different team members working on local copies and then 'committing' changes.