开发者

Suggestion need for Code sharing Onsite Offsite

I am new to a project where developers still share code by sending files by mail. We are using eclipse and cvs.

Developers from offsite send there code for reveiw to onsite where other developers take files one by one fr开发者_如何转开发om there mail and replace in eclipse. It is ok for 2 or 3 files. But as the files keep on increasing this task really becomes a pain.

We cannot put the source files into the cvs as untested code from offsite can crash our build server. Here my question begins:-

What can be the better ways to share code?

We dont want to create branches for each change because in this case we will end up with 10-12 branches everyday.


Code should be tested via continuous integration, especially in your situation where your programmers are scattered literally across the world. Your offshore people should be using unit/integration testing to insure that they don't break the build. You should institute process where before they finish for the day, they verify the integrity of the build.
If they are not, they are not worth the money you are paying them.


I suggest you give the offsite developers the ability to perform the same test as your build server. There is no reason they should be sending you code which they cannot test (or test that it at least runs without crashing).

Is there any reason they cannot access your systems via VPN. That way they can test the code via your's or a second build server and merge the code themselves.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜