On Sun, Feb 19, 2012 at 6:34 PM, John Leonard <jleonard2...@gmx.com> wrote:
> What is a good way to keep multiple checkouts up to date? Would it be to > first, commit each one then update each one? > > Yes, normally these events are not strictly synchronized. Commit when you are sure a set of changes are in a state you want to save, and update when you are ready to pick up the changes from others. But the longer you delay, the more likely it becomes to have conflicting changes. -- Les Mikesell lesmikes...@gmail.com