<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yann's Blog &#187; SCM</title>
	<atom:link href="http://yannramin.com/category/scm/feed/" rel="self" type="application/rss+xml" />
	<link>http://yannramin.com</link>
	<description>Software and life</description>
	<lastBuildDate>Wed, 07 Jul 2010 20:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>anyvcs: Python library for version control systems</title>
		<link>http://yannramin.com/2008/06/30/anyvcs-python-library-for-version-control-systems/</link>
		<comments>http://yannramin.com/2008/06/30/anyvcs-python-library-for-version-control-systems/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 07:29:11 +0000</pubDate>
		<dc:creator>Yann</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://yannramin.com/?p=51</guid>
		<description><![CDATA[What if you had a high-level library in Python for driving revision control systems and their working copies? Well, anyvcs to the rescue! Or, as it stands today, not yet. There isn&#8217;t much code to go around with anyvcs yet &#8211; it only works with Git and can&#8217;t do much beyond tell you the version [...]]]></description>
			<content:encoded><![CDATA[<p>What if you had a high-level library in Python for driving revision control systems and their working copies?</p>
<p>Well, anyvcs to the rescue! Or, as it stands today, not yet. There isn&#8217;t much code to go around with anyvcs yet &#8211; it only works with Git and can&#8217;t do much beyond tell you the version or what the latest commit ID is on a branch. But thats exciting right?</p>
<p>You can look at the source for anyvcs <a href="http://stackworks.net/cgi-bin/gitweb.cgi?p=anyvcs.git;a=summary">here</a> and clone it via</p>
<p><code>git clone git://stackworks.net/anyvcs.git</code></p>
<p>The high level goals for this project include:</p>
<ol>
<li>Simple backend for most distributed VCS operations, such as checkout, branch, apply patch, reset, etc</li>
<li>Targets primarily git and mercurial, or other VCSes which operate in a similar manner. Subversion isn&#8217;t a likely first target for instance, nor is bzr (though we would like to support both eventually).</li>
<li>Provide a comprehensive wrapper for Git commands via a Python library. If some of the functionality doesn&#8217;t end up in the core anyvcs abstraction, anyvcs.git will provide some VCS specific operations.</li>
</ol>
<p>There is a great reason for this project &#8211; but I won&#8217;t reveal everything just yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://yannramin.com/2008/06/30/anyvcs-python-library-for-version-control-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gIRM Git Repository Available</title>
		<link>http://yannramin.com/2007/12/11/girm-git-repository-available/</link>
		<comments>http://yannramin.com/2007/12/11/girm-git-repository-available/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 07:50:14 +0000</pubDate>
		<dc:creator>Yann</dc:creator>
				<category><![CDATA[Grails]]></category>
		<category><![CDATA[IRM 2]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SCM]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://yannramin.com/2007/12/11/girm-git-repository-available/</guid>
		<description><![CDATA[In addition to trying out new Kool-aid with Groovy and Grails, I&#8217;ve decided to move from tracking in Subversion to tracking in Git the gIRM code base. The gitweb is available here: http://stackworks.net/cgi-bin/gitweb.cgi?p=girm.git;a=summary and cloning is available at git://stackworks.net/girm.git/]]></description>
			<content:encoded><![CDATA[<p>In addition to trying out new Kool-aid with Groovy and Grails, I&#8217;ve decided to move from tracking in Subversion to tracking in <a href="http://git.or.cz" title="Git">Git </a>the gIRM code base.</p>
<p>The gitweb is available here:<a href="http://stackworks.net/cgi-bin/gitweb.cgi?p=girm.git;a=summary" title="http://stackworks.net/cgi-bin/gitweb.cgi?p=girm.git;a=summary"> http://stackworks.net/cgi-bin/gitweb.cgi?p=girm.git;a=summary</a></p>
<p>and cloning is available at</p>
<p>git://stackworks.net/girm.git/</p>
]]></content:encoded>
			<wfw:commentRss>http://yannramin.com/2007/12/11/girm-git-repository-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.218 seconds -->
