On Sat, Nov 13, 2010 at 13:53, Chad Perrin <per...@apotheon.com> wrote:
>> Right, and this isn't a GUI problem - its a problem with combining the
>> documents. What software allows multiple people to open and write to
>> the same file simultaneously without trashing the file or losing data?
>
> Git and Mercurial come to mind.

I'm not familiar with DVCSes, but I assume they work much the same as
a centralized one - that is they don't open a file and leave it open -
you work on something, then use locking for the actual commit part.
Two people can't edit the same working copy at once, nor can they
commit at exactly the same time. The difference is that locking is
done at the application layer, rather than by the OS itself.

-- 
Rob Farmer
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to