<?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: Emacs hidden gems: Version Control</title>
	<atom:link href="http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/</link>
	<description>Ramblings of a code junkie</description>
	<pubDate>Tue, 06 Jan 2009 12:31:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Phil</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-18176</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 12 Apr 2008 06:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-18176</guid>
		<description>Don't forget the 'f' binding in vc-annotate to visit the revision in question.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget the &#8216;f&#8217; binding in vc-annotate to visit the revision in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndanger.organism :: blog :: Emacs &#38; version control</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-9089</link>
		<dc:creator>ndanger.organism :: blog :: Emacs &#38; version control</dc:creator>
		<pubDate>Wed, 19 Dec 2007 04:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-9089</guid>
		<description>[...] does version control!. And if you&#8217;re tunneling your version control through SSH, you should probably set up those [...]</description>
		<content:encoded><![CDATA[<p>[...] does version control!. And if you&#8217;re tunneling your version control through SSH, you should probably set up those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Goldman</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-9057</link>
		<dc:creator>Robert Goldman</dc:creator>
		<pubDate>Tue, 18 Dec 2007 19:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-9057</guid>
		<description>If you're a subversion user, it's not clear to me that version control is a good fit at all.  In particular, the "next action" is simply not well-defined on a file-by-file basis.  Most likely the true next action will be to commit a &lt;em&gt;changeset&lt;/em&gt; that is a coherent set of changes to multiple files.  Now, cvs can't do that, so VC is an ok fit for it, but for svn, this seems like a Bad Thing.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re a subversion user, it&#8217;s not clear to me that version control is a good fit at all.  In particular, the &#8220;next action&#8221; is simply not well-defined on a file-by-file basis.  Most likely the true next action will be to commit a <em>changeset</em> that is a coherent set of changes to multiple files.  Now, cvs can&#8217;t do that, so VC is an ok fit for it, but for svn, this seems like a Bad Thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: core</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-8770</link>
		<dc:creator>core</dc:creator>
		<pubDate>Tue, 11 Dec 2007 10:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-8770</guid>
		<description>Ceesaxp,

The build I used to write the article on is actually a CVS build from the branch EMACS_22_BASE, it is actually the only one which works/compiles nicely for Mac OS X Leopard. (http://cvs.savannah.gnu.org/viewvc/emacs/?root=emacs&#038;pathrev=EMACS_22_BASE)

My 22.1.50.1 has the following supported backends:

C-h v vc-handled-backends RET

vc-handled-backends is a variable defined in `vc-hooks.el'.
Its value is 
(RCS CVS SVN SCCS Arch MCVS)</description>
		<content:encoded><![CDATA[<p>Ceesaxp,</p>
<p>The build I used to write the article on is actually a CVS build from the branch EMACS_22_BASE, it is actually the only one which works/compiles nicely for Mac OS X Leopard. (http://cvs.savannah.gnu.org/viewvc/emacs/?root=emacs&#038;pathrev=EMACS_22_BASE)</p>
<p>My 22.1.50.1 has the following supported backends:</p>
<p>C-h v vc-handled-backends RET</p>
<p>vc-handled-backends is a variable defined in `vc-hooks.el&#8217;.<br />
Its value is<br />
(RCS CVS SVN SCCS Arch MCVS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceesaxp</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-8756</link>
		<dc:creator>Ceesaxp</dc:creator>
		<pubDate>Tue, 11 Dec 2007 05:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-8756</guid>
		<description>I am running 23.0.1 on a Mac, but can't see any mention of git or Hg:

&lt;blockquote&gt;
23.8.1.2 Supported Version Control Systems
..........................................

VC currently works with six different version control systems or "back
ends": CVS, GNU Arch, RCS, Meta-CVS, Subversion, and SCCS.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I am running 23.0.1 on a Mac, but can&#8217;t see any mention of git or Hg:</p>
<blockquote><p>
23.8.1.2 Supported Version Control Systems<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>VC currently works with six different version control systems or &#8220;back<br />
ends&#8221;: CVS, GNU Arch, RCS, Meta-CVS, Subversion, and SCCS.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-8724</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 10 Dec 2007 19:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-8724</guid>
		<description>Thanks! I had heard about the reimplementation (at last--no more file-based VC) but hadn't seen much by way of explaination. It does look like Info has been updated with the new system, which is cool. But an overview like this is always helpful.

One less thing to drop into the shell for; woot.</description>
		<content:encoded><![CDATA[<p>Thanks! I had heard about the reimplementation (at last&#8211;no more file-based VC) but hadn&#8217;t seen much by way of explaination. It does look like Info has been updated with the new system, which is cool. But an overview like this is always helpful.</p>
<p>One less thing to drop into the shell for; woot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lapsed emacsarian</title>
		<link>http://www.credmp.org/2007/12/08/emacs-hidden-gems-version-control/#comment-8719</link>
		<dc:creator>Lapsed emacsarian</dc:creator>
		<pubDate>Mon, 10 Dec 2007 16:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/12/08/emacs-hidden-gems-version-control/#comment-8719</guid>
		<description>&#62; There are only a couple of keybindings to remember
[followed by a list of six keybindings]

Story of the problem with Emacs, sigh...

But thanks for the heads up and the nice table/API summary.</description>
		<content:encoded><![CDATA[<p>&gt; There are only a couple of keybindings to remember<br />
[followed by a list of six keybindings]</p>
<p>Story of the problem with Emacs, sigh&#8230;</p>
<p>But thanks for the heads up and the nice table/API summary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
