On Sun, 23 Sep 2007 09:45:11 -0700 Steve Lamb <[EMAIL PROTECTED]> wrote:
> I know what you meant. But you are flatly ignoring my > requirement for syncing. I make an edit on Machine A and > toss-a-tarball onto whatever machine(s) I decide. Then I make an > edit on Machine B and do the same. Then I remembered I had edits > from machine A, pull them down and, whoops, overwritten. > Toss-a-tarball works fine if you're working on a single machine and > want to just do a simplistic backup. It falls apart when you add > more machines, maybe people, into the mix. That's why version > controls showed up in the first place. The idea is good, but vcs (I'm only familiar with svn) won't work with binary files IF several people on several machines might edit one and the same file. Keeping everything in sync across several collaborators who might touch the same files relies heavily on diff/patch mechanisms that only work with text files. Doesn't Oo have some built-in versioning or collaboration system? Something a bit more sophisticated than the "Record Changes" feature? --D. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]