The Artima Developer Community
Sponsored Link

Java Buzz Forum
Mercurial For Documents (on Mac)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Brian McCallister

Posts: 1282
Nickname: frums
Registered: Sep, 2003

Brian McCallister is JustaProgrammer who thinks too much.
Mercurial For Documents (on Mac) Posted: Jan 9, 2007 2:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Brian McCallister.
Original Post: Mercurial For Documents (on Mac)
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
Latest Java Buzz Posts
Latest Java Buzz Posts by Brian McCallister
Latest Posts From Waste of Time

Advertisement

Apple's iWork apps work bloody nicely, but they have a vicious flaw in the '06 version -- they delete stuff inside the archive, such as .svn directories. This sucks, really badly, and means that if you use Keynote or Pages, and are paranoid about versioning (like a lot of folks) things, and like svn, you have gnashed for a while.

Anyway, I switched to using Mercurial for these docs. The main reason I like it for my docs directory is that it has a built-in concept of adding and removing things as needed. You can have a simple script like:

cd ~/Documents
/opt/local/bin/hg remove --after
/opt/local/bin/hg add
/opt/local/bin/hg commit -m "Commit docs from WorkFlow Script Thing"

Which does the ~right thing with regard to these broken archive things. I haven't tweaked the Pages and Keynote plugins to automatically do revisions on saving docs, when those docs are in the right directory, but it is coming :-)

Read: Mercurial For Documents (on Mac)

Topic: Amusing IT Stories - 10th Edition - Aled Jones Spits at Kids! Previous Topic   Next Topic Topic: The Big Faceless Organization has released the Big Faceless Graph Library 2.3, an $800 payware...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use