netbeans - What is the best way to share the new version of Java source code between a group of programmers? -


i started work group of 5 new programmers on large project. i'm looking best way share source code between members. each person modifying different parts parts related. i'm looking platform or way when change parts of code can see on-line or possible.

currently conflicted each other. instance worked on parts of source code , when finish job , went our subversion repository google code upload new version. realize else has been edited code! can in situation?

we using netbeans , working far away each other can not have face face meeting.

you write subversion repository: well, that's good, because version control software need.

conflicts can appear when people work on same parts of code, doesn't happen often. if does, should talk team members , set policy update local working copies more often. idea set subversion send out e-mail notifications whenever commits changes.

when conflict appears, 1 updates local working copy has resolve conflict. resolving doesn't mean overwrite other people's work adjust local changes work code has been committed repository else.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -