Thursday, September 13, 2007

Working with a remote development team

Some times you have a remove developer/team working on the application, as well as in-house team, and they can't use a remote connection to your source-control solution.
I found out these methods help:

  1. Check out files for them to work on in advance, keep the files checked-out until they give you the updates.
  2. Have the remote developer save the original file for comparison (if merge is needed).
  3. Have the remote developer keep a list of changes.

What else do you recommend for this situation?

No comments: