On Fri, Oct 08, 2004 at 03:20:22PM -0700, Mark Wheeler wrote: >Hi, > >This might be slightly OT, but... I work in two different locations, >and have two different safari bookmark files, obviously. I was thinking >about writing a script that would log into one computer, d/l that >computer's safari bookmarks, compare that bookmark list to the one on >the current computer, make one file that includes all the bookmarks and >save that file to both computers. In short, keep the bookmark files >synced up.
What's wrong with: cvs update Library/Safari/Bookmarks.plist followed by something like: cvs commit Library/Safari/Bookmarks.plist -m "`hostname` at `date`" (or subversion's equivalent..) -Charles [EMAIL PROTECTED]
