<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: iWork hates Subversion</title>
	<atom:link href="http://theappleblog.com/2008/01/04/iwork-hates-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<pubDate>Tue, 02 Dec 2008 23:31:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Symonty Gresham</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-117013</link>
		<dc:creator>Symonty Gresham</dc:creator>
		<pubDate>Tue, 27 May 2008 04:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-117013</guid>
		<description>Most Version control requirements are more complex than simply backup with ability to going back to previous versions, this include :-

Tagging, releasing, comparative differential of versions and collaborative features of SVN or CVS.

This is what most need from version control...

While timemachine is an amazingly useful , yet simple,  backup system that snapshots, this only has value for single user environments ( like my laptop !! ).

For example jump into timemachine now and find the pages document before you removed the word "elephant" on line 3 of paragraph 4.

Maybe I am missing something but I view timemachine as a backup system with file recovery, not a versioning system per say.</description>
		<content:encoded><![CDATA[<p>Most Version control requirements are more complex than simply backup with ability to going back to previous versions, this include :-</p>
<p>Tagging, releasing, comparative differential of versions and collaborative features of SVN or CVS.</p>
<p>This is what most need from version control&#8230;</p>
<p>While timemachine is an amazingly useful , yet simple,  backup system that snapshots, this only has value for single user environments ( like my laptop !! ).</p>
<p>For example jump into timemachine now and find the pages document before you removed the word &#8220;elephant&#8221; on line 3 of paragraph 4.</p>
<p>Maybe I am missing something but I view timemachine as a backup system with file recovery, not a versioning system per say.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vermilion</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-117012</link>
		<dc:creator>Vermilion</dc:creator>
		<pubDate>Tue, 27 May 2008 04:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-117012</guid>
		<description>It sounds like Time Machine is the perfect solution for Mac OS X compatible version control.  If you've got Leopard, it's worth a look.</description>
		<content:encoded><![CDATA[<p>It sounds like Time Machine is the perfect solution for Mac OS X compatible version control.  If you&#8217;ve got Leopard, it&#8217;s worth a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Symonty Gresham</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-116306</link>
		<dc:creator>Symonty Gresham</dc:creator>
		<pubDate>Mon, 28 Apr 2008 22:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-116306</guid>
		<description>I have done some work using onmycommand to help manage this, 

http://www.symonty.org/iWorkPatches/</description>
		<content:encoded><![CDATA[<p>I have done some work using onmycommand to help manage this, </p>
<p><a href="http://www.symonty.org/iWorkPatches/" rel="nofollow">http://www.symonty.org/iWorkPatches/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113519</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113519</guid>
		<description>&lt;p&gt;algal &#8212; I was mistaken how the &lt;code&gt;addremove&lt;/code&gt; and &lt;code&gt;commit -a&lt;/code&gt; functions would actually work. After testing this with Mercurial&#8217;s &lt;code&gt;addremove&lt;/code&gt;, I agree that this is definitely the way to go. (Initially, I thought that the &#8220;remove&#8221; part of &lt;code&gt;addremove&lt;/code&gt; would cause Mercurial to forget deleted files in its version history; this is &lt;em&gt;not&lt;/em&gt; the case.)&lt;/p&gt;

&lt;p&gt;I&#8217;m not a Fink or &lt;a href="http://www.macports.org/" title="The MacPorts Project -- Home" rel="nofollow"&gt;MacPorts&lt;/a&gt; user, but I believe either should install hg or git for you easily enough. As for GUIs, the best I can offer is the &lt;a href="http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/" title="TextMate no longer a reason to avoid Git - The Apple Blog" rel="nofollow"&gt;discussion of TextMate support&lt;/a&gt; for both hg and git; &lt;a href="http://www.bbedit.com" title="Welcome to Bare Bones Software" rel="nofollow"&gt;BBEdit&lt;/a&gt; or TextWranger may also support one or both as well. Finally, git &lt;em&gt;does&lt;/em&gt; ship with its own GUI, of sorts, called &lt;strong&gt;gitk&lt;/strong&gt; (git + Tk) that may be of help to you.&lt;/p&gt;

&lt;p&gt;I&#8217;m glad you&#8217;ve found this post and ensuing discussion beneficial! That&#8217;s what we strive for at The Apple Blog.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>algal &#8212; I was mistaken how the <code>addremove</code> and <code>commit -a</code> functions would actually work. After testing this with Mercurial&#8217;s <code>addremove</code>, I agree that this is definitely the way to go. (Initially, I thought that the &#8220;remove&#8221; part of <code>addremove</code> would cause Mercurial to forget deleted files in its version history; this is <em>not</em> the case.)</p>
<p>I&#8217;m not a Fink or <a href="http://www.macports.org/" title="The MacPorts Project -- Home" rel="nofollow">MacPorts</a> user, but I believe either should install hg or git for you easily enough. As for GUIs, the best I can offer is the <a href="http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/" title="TextMate no longer a reason to avoid Git - The Apple Blog" rel="nofollow">discussion of TextMate support</a> for both hg and git; <a href="http://www.bbedit.com" title="Welcome to Bare Bones Software" rel="nofollow">BBEdit</a> or TextWranger may also support one or both as well. Finally, git <em>does</em> ship with its own GUI, of sorts, called <strong>gitk</strong> (git + Tk) that may be of help to you.</p>
<p>I&#8217;m glad you&#8217;ve found this post and ensuing discussion beneficial! That&#8217;s what we strive for at The Apple Blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: algal</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113511</link>
		<dc:creator>algal</dc:creator>
		<pubDate>Tue, 15 Jan 2008 11:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113511</guid>
		<description>Billy:

After thinking about it for a minute, I think Mercurial's addremove command is exactly the right behavior for OS X bundles.

Consider. If Keynote adds or removes some graphic asset from inside a file.key bundle, then I would want that asset to be automatically added or removed from version control. As long as version control lets me go back and reconstruct an earlier version of the file.key bundle, including that asset, then I'm fine. In fact, I don't want the version control system to keep resist Keynote's actions on files within file.key bundles -- just to track them. So addremove is perfect.

I checked the man page and git's "commit -a" has the same effect, automatically adding new files and automatically removing deleted files. So that's good news too.

FYI, I use fink and fink was able to install both mercurial and git from source without a hitch. (Fink does not have a current version of bazaar, tho.) I'd rather use a good GUI than the command line, but I've never seen a revision control GUI that really earned its keep.

This has been a useful discussion! I know this issue is biting a lot of OS X users, but I've never seen anyone really hash out the details. The answer seems to be addremove for hg, and "commit -a" for git.</description>
		<content:encoded><![CDATA[<p>Billy:</p>
<p>After thinking about it for a minute, I think Mercurial&#8217;s addremove command is exactly the right behavior for OS X bundles.</p>
<p>Consider. If Keynote adds or removes some graphic asset from inside a file.key bundle, then I would want that asset to be automatically added or removed from version control. As long as version control lets me go back and reconstruct an earlier version of the file.key bundle, including that asset, then I&#8217;m fine. In fact, I don&#8217;t want the version control system to keep resist Keynote&#8217;s actions on files within file.key bundles &#8212; just to track them. So addremove is perfect.</p>
<p>I checked the man page and git&#8217;s &#8220;commit -a&#8221; has the same effect, automatically adding new files and automatically removing deleted files. So that&#8217;s good news too.</p>
<p>FYI, I use fink and fink was able to install both mercurial and git from source without a hitch. (Fink does not have a current version of bazaar, tho.) I&#8217;d rather use a good GUI than the command line, but I&#8217;ve never seen a revision control GUI that really earned its keep.</p>
<p>This has been a useful discussion! I know this issue is biting a lot of OS X users, but I&#8217;ve never seen anyone really hash out the details. The answer seems to be addremove for hg, and &#8220;commit -a&#8221; for git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113496</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Tue, 15 Jan 2008 00:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113496</guid>
		<description>&lt;p&gt;algal &#8212; I see the problem: Keynote does &lt;em&gt;not&lt;/em&gt; Gzip its assets together. &lt;code&gt;commit -a&lt;/code&gt; is a Git command (not Mercurial). With Mercurial, there are two things you could do: First, there&#8217;s a command called &lt;code&gt;addremove&lt;/code&gt; that will add all files not under control and remove all files under control that have been deleted. Unfortunately, if you remove a graphic from a presentation, you lose it in your version history &#8212; no good! The other option is a two-step process:&lt;/p&gt;

&lt;code&gt;hg add -I '*'
hg commit
&lt;/code&gt;

&lt;p&gt;The first line will add all files to Mercurial. (The &lt;code&gt;-I&lt;/code&gt; specifies an include pattern.) The second, of course, performs the commit. This has the effect of adding any new files that show up without removing the old ones that might have been deleted in the process of revising your presentations.&lt;/p&gt;

&lt;p&gt;Although this is a two-step process, you might find Mercurial a little more friendly if you aren&#8217;t a Terminal sort. Git requires building from source while Mercurial has binary packages available for OS X.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>algal &#8212; I see the problem: Keynote does <em>not</em> Gzip its assets together. <code>commit -a</code> is a Git command (not Mercurial). With Mercurial, there are two things you could do: First, there&#8217;s a command called <code>addremove</code> that will add all files not under control and remove all files under control that have been deleted. Unfortunately, if you remove a graphic from a presentation, you lose it in your version history &#8212; no good! The other option is a two-step process:</p>
<p><code>hg add -I '*'<br />
hg commit<br />
</code></p>
<p>The first line will add all files to Mercurial. (The <code>-I</code> specifies an include pattern.) The second, of course, performs the commit. This has the effect of adding any new files that show up without removing the old ones that might have been deleted in the process of revising your presentations.</p>
<p>Although this is a two-step process, you might find Mercurial a little more friendly if you aren&#8217;t a Terminal sort. Git requires building from source while Mercurial has binary packages available for OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: algal</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113461</link>
		<dc:creator>algal</dc:creator>
		<pubDate>Mon, 14 Jan 2008 11:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113461</guid>
		<description>Billy:

Thanks for the info. That's good to know.

My main problem is really Keynote's .key files. My presentations can easily contain over 100+ graphic assets (equations rendered as pdfs), and I imagine every one of them will appear as a new file inside the file bundle. So I am worried about having to stay on top of the internals of every bundle.

The "commit -a" options sounds like a good solution for when new files appear inside the bundle. Do you happen to know if git has a similar shorthand for when files disappear ? -- that is, a commit command which instructs it to assume that all files deleted from the working tree should be deleted from version control as well?</description>
		<content:encoded><![CDATA[<p>Billy:</p>
<p>Thanks for the info. That&#8217;s good to know.</p>
<p>My main problem is really Keynote&#8217;s .key files. My presentations can easily contain over 100+ graphic assets (equations rendered as pdfs), and I imagine every one of them will appear as a new file inside the file bundle. So I am worried about having to stay on top of the internals of every bundle.</p>
<p>The &#8220;commit -a&#8221; options sounds like a good solution for when new files appear inside the bundle. Do you happen to know if git has a similar shorthand for when files disappear ? &#8212; that is, a commit command which instructs it to assume that all files deleted from the working tree should be deleted from version control as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113458</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Mon, 14 Jan 2008 11:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113458</guid>
		<description>@algal --

As long as one is diligent to do commits and status checks, there seems to be no problem with either Git or Mercurial. (I’ve now tried both.)

As it appears, the x.pages/ bundle is fairly predictable with an index.xml.gz file, a Contents subdirectory with a PkgInfo file, and a QuickLook subdirectory with Preview.pdf and Thumbnail.jpg. While Apple doesn’t actually “bundle” their bundles (say, with 0-compression ZIP), they do at least Gzip the supporting files that make up the document.

Both Git and Mercurial (and even CVS and SVN) will point out any files inside the working copy that are not under their control, making it easy enough to add them without digging for them. In addition, Git (I haven't looked into this with Mercurial) supports a "commit -a" mode, which will both add to version control and commit it at the same time, so if a new file does magically pop up, running "commit -a" will add it and commit it without even having to look for it.

At any rate, it isn’t a problem for either Git or Mercurial, provided that you keep on top of any potential “gotchas”. It’s a good idea to do a git status or hg status before running a commit. It works fine. The only complaint is that there is of course too much granularity. I don’t particularly need to keep revision control on index.xml.gz as much as I do x.pages. There’s no way around that (that I’m aware of) without writing a new OS X-centric version control system.</description>
		<content:encoded><![CDATA[<p>@algal &#8211;</p>
<p>As long as one is diligent to do commits and status checks, there seems to be no problem with either Git or Mercurial. (I’ve now tried both.)</p>
<p>As it appears, the x.pages/ bundle is fairly predictable with an index.xml.gz file, a Contents subdirectory with a PkgInfo file, and a QuickLook subdirectory with Preview.pdf and Thumbnail.jpg. While Apple doesn’t actually “bundle” their bundles (say, with 0-compression ZIP), they do at least Gzip the supporting files that make up the document.</p>
<p>Both Git and Mercurial (and even CVS and SVN) will point out any files inside the working copy that are not under their control, making it easy enough to add them without digging for them. In addition, Git (I haven&#8217;t looked into this with Mercurial) supports a &#8220;commit -a&#8221; mode, which will both add to version control and commit it at the same time, so if a new file does magically pop up, running &#8220;commit -a&#8221; will add it and commit it without even having to look for it.</p>
<p>At any rate, it isn’t a problem for either Git or Mercurial, provided that you keep on top of any potential “gotchas”. It’s a good idea to do a git status or hg status before running a commit. It works fine. The only complaint is that there is of course too much granularity. I don’t particularly need to keep revision control on index.xml.gz as much as I do x.pages. There’s no way around that (that I’m aware of) without writing a new OS X-centric version control system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: algal</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113456</link>
		<dc:creator>algal</dc:creator>
		<pubDate>Mon, 14 Jan 2008 09:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113456</guid>
		<description>Hi,

I am facing the same problem and here is my question: does switching to git or mercurial really solve your problem with bundled directories?

Neither git nor mercurial dumps spurious files and directories within the bundles. But they both still require command-line intervention for adding new files and removing old files from revision control, right? So if Pages adds a new "file" deep within a .pages bundle, then aren't you still required to go burrowing into the bundle to add or remove the file in git?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am facing the same problem and here is my question: does switching to git or mercurial really solve your problem with bundled directories?</p>
<p>Neither git nor mercurial dumps spurious files and directories within the bundles. But they both still require command-line intervention for adding new files and removing old files from revision control, right? So if Pages adds a new &#8220;file&#8221; deep within a .pages bundle, then aren&#8217;t you still required to go burrowing into the bundle to add or remove the file in git?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TextMate: No longer a reason to avoid Git - The Apple Blog</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113321</link>
		<dc:creator>TextMate: No longer a reason to avoid Git - The Apple Blog</dc:creator>
		<pubDate>Wed, 09 Jan 2008 15:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113321</guid>
		<description>[...] wrote recently about my headaches using Subversion with iWork documents (&#8220;iWork hates Subversion&#8221;). The consensus from the comments was that I needed to ditch Subversion for a more modern [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote recently about my headaches using Subversion with iWork documents (&#8220;iWork hates Subversion&#8221;). The consensus from the comments was that I needed to ditch Subversion for a more modern [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113223</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Sat, 05 Jan 2008 02:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113223</guid>
		<description>@HG -- Thanks for the summary. I noticed the overabundance of git-* scripts in /usr/local/bin and was a bit taken aback, but if it works, hey, it's an improvement over Subversion.

Perhaps I'll work on a TextMate plugin for Git. Had I even thought to check TM support, though, I probably would have chosen Mercurial, even though I usually manage my revision control from the terminal anyway.</description>
		<content:encoded><![CDATA[<p>@HG &#8212; Thanks for the summary. I noticed the overabundance of git-* scripts in /usr/local/bin and was a bit taken aback, but if it works, hey, it&#8217;s an improvement over Subversion.</p>
<p>Perhaps I&#8217;ll work on a TextMate plugin for Git. Had I even thought to check TM support, though, I probably would have chosen Mercurial, even though I usually manage my revision control from the terminal anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HG</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113222</link>
		<dc:creator>HG</dc:creator>
		<pubDate>Sat, 05 Jan 2008 00:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113222</guid>
		<description>Forget Subversion.  Use Git or Mercurial instead.  They're much better and DVCSs are the future anyway.

@Billy Halsey

Regarding comparing Git and Mercurial.

For me, their differences conceptually and performance-wise are insignificant.  If you learn one you can apply your knowledge easily to the other.

Mercurial is fast, but Linus claims Git is faster.  That would make sense since Mercurial is written in Python and Git is mostly written in C.  But the speed difference is insignificant to me and the size of projects that I work on.  Mercurial is fast enough.

There is a Git-SVN tools which lets you translate between Git and Subversion.  I've read developers needing to commit to Subversion but wanting to use a DVCS really like this tool.  So Git converts some developers for this reason.

On the other hand, Mercurial converts Windows developers more easily, because Mercurial works with little hassle on Windows and Git doesn't.

I don't like the fact that Git installs 146 scripts and executable binaries in your system.  That's way too many, but I've read that they're addressing this issue.

I know Git will get more attention from the Linux community and so the Mac OS X community (which I work in) will be better served if there's competition.  For example, Mercurial can plug-in to TextMate which I use for my Rails development.  A Git plug-in for TextMate doesn't exist yet.

2008 will be an interesting year to see where DVCSs advance.  It's too early to say which, if any, will win, but I hope they tie.</description>
		<content:encoded><![CDATA[<p>Forget Subversion.  Use Git or Mercurial instead.  They&#8217;re much better and DVCSs are the future anyway.</p>
<p>@Billy Halsey</p>
<p>Regarding comparing Git and Mercurial.</p>
<p>For me, their differences conceptually and performance-wise are insignificant.  If you learn one you can apply your knowledge easily to the other.</p>
<p>Mercurial is fast, but Linus claims Git is faster.  That would make sense since Mercurial is written in Python and Git is mostly written in C.  But the speed difference is insignificant to me and the size of projects that I work on.  Mercurial is fast enough.</p>
<p>There is a Git-SVN tools which lets you translate between Git and Subversion.  I&#8217;ve read developers needing to commit to Subversion but wanting to use a DVCS really like this tool.  So Git converts some developers for this reason.</p>
<p>On the other hand, Mercurial converts Windows developers more easily, because Mercurial works with little hassle on Windows and Git doesn&#8217;t.</p>
<p>I don&#8217;t like the fact that Git installs 146 scripts and executable binaries in your system.  That&#8217;s way too many, but I&#8217;ve read that they&#8217;re addressing this issue.</p>
<p>I know Git will get more attention from the Linux community and so the Mac OS X community (which I work in) will be better served if there&#8217;s competition.  For example, Mercurial can plug-in to TextMate which I use for my Rails development.  A Git plug-in for TextMate doesn&#8217;t exist yet.</p>
<p>2008 will be an interesting year to see where DVCSs advance.  It&#8217;s too early to say which, if any, will win, but I hope they tie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113215</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Fri, 04 Jan 2008 20:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113215</guid>
		<description>@Brian and Chad -- git was very easy to compile and install. (A dream, in fact, compared to some packages I've pulled out my hair over.) I usually like to compile all my own stuff, and I don't use MacPorts or Fink, but git gave me no problems at all.

Thanks, Brian, for filling in the blank on other file bundles. I wasn't sure about those.

If anyone is interested in a precompiled version, I can tar/bz2 my compiled version of git (for Intel, built with gcc 4.2.2, optimized for Core 2 Duo).

@jojo -- What do you like specifically about Mercurial? I chose git primarily because it was originally the work of Linus Torvalds and easy enough to migrate from SVN.</description>
		<content:encoded><![CDATA[<p>@Brian and Chad &#8212; git was very easy to compile and install. (A dream, in fact, compared to some packages I&#8217;ve pulled out my hair over.) I usually like to compile all my own stuff, and I don&#8217;t use MacPorts or Fink, but git gave me no problems at all.</p>
<p>Thanks, Brian, for filling in the blank on other file bundles. I wasn&#8217;t sure about those.</p>
<p>If anyone is interested in a precompiled version, I can tar/bz2 my compiled version of git (for Intel, built with gcc 4.2.2, optimized for Core 2 Duo).</p>
<p>@jojo &#8212; What do you like specifically about Mercurial? I chose git primarily because it was originally the work of Linus Torvalds and easy enough to migrate from SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojo</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113205</link>
		<dc:creator>jojo</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113205</guid>
		<description>Try using another version control system, that doesn't pollute your repository by scattering its meta information across the whole directory tree: &lt;a href="http://www.selenic.com/mercurial/wiki/" rel="nofollow"&gt;Mercurial&lt;/a&gt; for example (which has lots of other benefits over svn BTW... :-)</description>
		<content:encoded><![CDATA[<p>Try using another version control system, that doesn&#8217;t pollute your repository by scattering its meta information across the whole directory tree: <a href="http://www.selenic.com/mercurial/wiki/" rel="nofollow">Mercurial</a> for example (which has lots of other benefits over svn BTW&#8230; <img src='http://theappleblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113204</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113204</guid>
		<description>Billy - you'll love git.  I just switched all of my projects over last month.  As soon as I saw your article in my RSS reader, I thought git!  You beat me to it.</description>
		<content:encoded><![CDATA[<p>Billy - you&#8217;ll love git.  I just switched all of my projects over last month.  As soon as I saw your article in my RSS reader, I thought git!  You beat me to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Warren</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113203</link>
		<dc:creator>Brian Warren</dc:creator>
		<pubDate>Fri, 04 Jan 2008 18:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113203</guid>
		<description>&lt;a href="http://begoodnotbad.com/article/subversion-is-almost-good-enough/" rel="nofollow"&gt;I just wrote about this and my frustrations with Subversion&lt;/a&gt;. It's not unknown whether other bundle-type files are susceptible - all the ones I've tried are in fact susceptible. 

Because of this issue, I'm thinking about setting up Git as my solution. Billy, how do you like Git so far?</description>
		<content:encoded><![CDATA[<p><a href="http://begoodnotbad.com/article/subversion-is-almost-good-enough/" rel="nofollow">I just wrote about this and my frustrations with Subversion</a>. It&#8217;s not unknown whether other bundle-type files are susceptible - all the ones I&#8217;ve tried are in fact susceptible. </p>
<p>Because of this issue, I&#8217;m thinking about setting up Git as my solution. Billy, how do you like Git so far?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Halsey</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113201</link>
		<dc:creator>Billy Halsey</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113201</guid>
		<description>@Twist -- That's a great idea. I'll work on that.

@Scott and Nigel -- I saw that svk would overcome the problem (after writing this article), but I've actually already migrated to Git. As I'll point out in the article I put together at Twist's suggestion, Git actually works better for my needs anyway because there is no central repository.</description>
		<content:encoded><![CDATA[<p>@Twist &#8212; That&#8217;s a great idea. I&#8217;ll work on that.</p>
<p>@Scott and Nigel &#8212; I saw that svk would overcome the problem (after writing this article), but I&#8217;ve actually already migrated to Git. As I&#8217;ll point out in the article I put together at Twist&#8217;s suggestion, Git actually works better for my needs anyway because there is no central repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113198</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113198</guid>
		<description>You could use &lt;a href="http://bestpractical.com/svk/" rel="nofollow"&gt;svk&lt;/a&gt;, which builds on subversion (so can use your existing subversion repos and has a familar command set).  It also gives you offline VCS functionality which is really useful to me.

As a side effect it does not put any additional data into the working directory.

Mac installers are available, or it can be installed using the MacPorts port command.</description>
		<content:encoded><![CDATA[<p>You could use <a href="http://bestpractical.com/svk/" rel="nofollow">svk</a>, which builds on subversion (so can use your existing subversion repos and has a familar command set).  It also gives you offline VCS functionality which is really useful to me.</p>
<p>As a side effect it does not put any additional data into the working directory.</p>
<p>Mac installers are available, or it can be installed using the MacPorts port command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Laird</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113197</link>
		<dc:creator>Scott Laird</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113197</guid>
		<description>Try svk.  It's an alternative front end to Subversion that adds distributed operation and a few other cool things.  It doesn't create .svn directories in its trees, so it should be more friendly with iWork, and it'll work with your current SVN server.</description>
		<content:encoded><![CDATA[<p>Try svk.  It&#8217;s an alternative front end to Subversion that adds distributed operation and a few other cool things.  It doesn&#8217;t create .svn directories in its trees, so it should be more friendly with iWork, and it&#8217;ll work with your current SVN server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twist</title>
		<link>http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113196</link>
		<dc:creator>Twist</dc:creator>
		<pubDate>Fri, 04 Jan 2008 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/04/iwork-hates-subversion/#comment-113196</guid>
		<description>I have been looking for a solution to help keep me and other members of a creative project in sync and safely backed up. Subversion might be a decent solution for this, but I really have no idea how to setup either the client or the server. Sounds like you have experience with it though so maybe you should put together a how-to article covering Subversion from the perspective of a Mac user wanting to use it to do versioning and syncing of general files (mostly RTF, JPEG, and PSD in our case). Most of the stuff I have seen mostly covers setting it up to work with stuff like XCode.</description>
		<content:encoded><![CDATA[<p>I have been looking for a solution to help keep me and other members of a creative project in sync and safely backed up. Subversion might be a decent solution for this, but I really have no idea how to setup either the client or the server. Sounds like you have experience with it though so maybe you should put together a how-to article covering Subversion from the perspective of a Mac user wanting to use it to do versioning and syncing of general files (mostly RTF, JPEG, and PSD in our case). Most of the stuff I have seen mostly covers setting it up to work with stuff like XCode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
