<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/hg">
<title>Public marks with tag hg</title>
<description>Public marks with tag hg</description>
<link>http://blogmarks.net/marks/tag/hg</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/sdaclin/mark/1058278746"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058180099"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058017293"/>
<rdf:li resource="http://blogmarks.net/api/user/sdaclin/mark/1057658038"/>
<rdf:li resource="http://blogmarks.net/api/user/srt/mark/1057851353"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1057429952"/>
<rdf:li resource="http://blogmarks.net/api/user/huanggua88/mark/2170503"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1730120"/>
<rdf:li resource="http://blogmarks.net/api/user/Fluctuat/mark/180510"/>
<rdf:li resource="http://blogmarks.net/api/user/Fluctuat/mark/180509"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/sdaclin/mark/1058278746">
<title>Introduction à Mercurial - Club d'entraide des développeurs francophones</title>
<link>http://dblugeon.developpez.com/tutoriel/mercurial/intro/</link>
<description></description>
<dc:date>2009-04-16T07:40:19Z</dc:date>
<dc:author>sdaclin</dc:author>
<dc:subject>hg, mercurial, gestion de configuration</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://dblugeon.developpez.com/tutoriel/mercurial/intro/"><img border="0" src="http://blogmarks.net/screenshots/2009/04/16/c0de8ba99b43c301351d64babe2e2d6b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://dblugeon.developpez.com/tutoriel/mercurial/intro/">Introduction à Mercurial - Club d'entraide des développeurs francophones</a></h4>
 
by <a href="http://blogmarks.net/user/sdaclin">sdaclin</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercurial">mercurial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gestion%2Bde%2Bconfiguration">gestion de configuration</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058278746">Copy</a> | 
<a href="http://blogmarks.net/link/3159586">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1058180099">
<title>MovingToDistutils - django-hotclub - the how and why of Pinax's move to distutils - Google Code</title>
<link>http://code.google.com/p/django-hotclub/wiki/MovingToDistutils</link>
<description>&lt;blockquote&gt;&lt;p&gt;Until recently, Pinax had two choices for a given external dependency:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;use svn:externals and point to the external dependency's svn repository&lt;/li&gt;
&lt;li&gt;include the external dependency code in the Pinax codebase &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;However, there are problems with this approach:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;it largely relies on external dependencies being in svn and this is increasingly not the case (although it was when Pinax started)&lt;/li&gt;
&lt;li&gt;it makes it difficult for Pinax itself to move away from svn&lt;/li&gt;
&lt;li&gt; there is no management of dependencies between external dependencies, nor between particular projects in Pinax and their individual dependencies &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To solve these problems and more, Pinax is switching to a distutils-based approach. This means:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;externals dependencies are encouraged to be released as distutil-compliant packages with a valid setup.py and put on PyPI&lt;/li&gt;
&lt;li&gt;development versions of dependencies can be pulled in in a variety of different ways including from git, hg or bzr repositories &lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;
&lt;p&gt;svn:externals are evil&lt;/p&gt;</description>
<dc:date>2009-02-02T14:59:02Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>hg, bzr, svn, use, google, code</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://code.google.com/p/django-hotclub/wiki/MovingToDistutils"><img border="0" src="http://blogmarks.net/screenshots/2009/02/02/68ebabb3772921b2c6bd0628db32ebad.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://code.google.com/p/django-hotclub/wiki/MovingToDistutils">MovingToDistutils - django-hotclub - the how and why of Pinax's move to distutils - Google Code</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>Until recently, Pinax had two choices for a given external dependency:</p>
<ol><li>use svn:externals and point to the external dependency's svn repository</li>
<li>include the external dependency code in the Pinax codebase </li>
</ol>
<p>However, there are problems with this approach:</p>
<ol>
<li>it largely relies on external dependencies being in svn and this is increasingly not the case (although it was when Pinax started)</li>
<li>it makes it difficult for Pinax itself to move away from svn</li>
<li> there is no management of dependencies between external dependencies, nor between particular projects in Pinax and their individual dependencies </li>
</ol>
<p>To solve these problems and more, Pinax is switching to a distutils-based approach. This means:</p>
<ol>
<li>externals dependencies are encouraged to be released as distutil-compliant packages with a valid setup.py and put on PyPI</li>
<li>development versions of dependencies can be pulled in in a variety of different ways including from git, hg or bzr repositories </li></ol></blockquote>
<p>svn:externals are evil</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bzr">bzr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/use">use</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058180099">Copy</a> | 
<a href="http://blogmarks.net/link/3073369">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1058017293">
<title>madssj / mercurial-trac-hook / source — bitbucket.org</title>
<link>http://www.bitbucket.org/madssj/mercurial-trac-hook/src/</link>
<description>&lt;blockquote&gt;&lt;p&gt;A trac commit hook for mercurial.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-10-13T15:30:44Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>trac, mercurial, hg, tool</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.bitbucket.org/madssj/mercurial-trac-hook/src/"><img border="0" src="http://blogmarks.net/screenshots/2008/10/13/515861bcba4fa42b167dffe0fd613784.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.bitbucket.org/madssj/mercurial-trac-hook/src/">madssj / mercurial-trac-hook / source — bitbucket.org</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>A trac commit hook for mercurial.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/trac">trac</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercurial">mercurial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tool">tool</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058017293">Copy</a> | 
<a href="http://blogmarks.net/link/2929723">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sdaclin/mark/1057658038">
<title>Choosing a Distributed Version Control System</title>
<link>http://www.dribin.org/dave/blog/archives/2007/12/28/dvcs/</link>
<description>Bazaar, Hg (Mercurial)  ou Git sont-ils les dignes successeurs de SVN et CVS ? C'est ce que Dave DRIBIN compare dans son blog.</description>
<dc:date>2008-01-16T09:45:36Z</dc:date>
<dc:author>sdaclin</dc:author>
<dc:subject>subversion, svn, cvs, git, hg, mercurial, bazaar</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dribin.org/dave/blog/archives/2007/12/28/dvcs/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/16/738ba8f3b8874aa9f5fe4f66bc8d5e97.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dribin.org/dave/blog/archives/2007/12/28/dvcs/">Choosing a Distributed Version Control System</a></h4>
 
by <a href="http://blogmarks.net/user/sdaclin">sdaclin</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2615449">1 other(s)</a> 
<p class="description">Bazaar, Hg (Mercurial)  ou Git sont-ils les dignes successeurs de SVN et CVS ? C'est ce que Dave DRIBIN compare dans son blog.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/subversion">subversion</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cvs">cvs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/git">git</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mercurial">mercurial</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bazaar">bazaar</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057658038">Copy</a> | 
<a href="http://blogmarks.net/link/2615449">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srt/mark/1057851353">
<title>mr</title>
<link>http://kitenet.net/~joey/code/mr/</link>
<description></description>
<dc:date>2007-10-23T19:34:34Z</dc:date>
<dc:author>srt</dc:author>
<dc:subject>svn, bzr, hg, git, vcs, unix, geek</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://kitenet.net/~joey/code/mr/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://kitenet.net/~joey/code/mr/">mr</a></h4>
 
by <a href="http://blogmarks.net/user/srt">srt</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2787658">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svn">svn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bzr">bzr</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/git">git</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vcs">vcs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geek">geek</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057851353">Copy</a> | 
<a href="http://blogmarks.net/link/2787658">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1057429952">
<title>Distributed revision control with Mercurial</title>
<link>http://hgbook.red-bean.com/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Welcome to the home of the book “Distributed revision control with Mercurial”.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-09-05T17:26:17Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>book, OpenBook, hg, scm, python</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://hgbook.red-bean.com/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/05/ac2fc396b8c64a27ef7ee8106e73ac2c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>Welcome to the home of the book “Distributed revision control with Mercurial”.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/book">book</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/OpenBook">OpenBook</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scm">scm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057429952">Copy</a> | 
<a href="http://blogmarks.net/link/2430695">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/huanggua88/mark/2170503">
<title>HG's onlineoffice</title>
<link>http://hg.my3website.com</link>
<description>HG’s onlineoffice is a blog for collecting online office serrers.We hope you can find the webside which you want to know or like.If you have questions to ask me,you can send E-mails to this address: huanggua88@gmail.com OK!Let’s go!

“黄瓜在线办公服务是一个关于收集网络在线办公服务的博客站点。我们希望你能在这里找到你想了解或喜欢的网站服务。如果你有什么问题想问我，你发电子邮件给我（huanggua88@gmail.com）

</description>
<dc:date>2007-03-04T04:36:06Z</dc:date>
<dc:author>huanggua88</dc:author>
<dc:subject>hg, onlineoffice, online, office, http://hg.my3website.com</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://hg.my3website.com"><img border="0" src="http://blogmarks.net/screenshots/2007/03/04/24e43d3207fdf7afb99b3c331ec259ba.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://hg.my3website.com">HG's onlineoffice</a></h4>
 
by <a href="http://blogmarks.net/user/huanggua88">huanggua88</a> 
<p class="description">HG’s onlineoffice is a blog for collecting online office serrers.We hope you can find the webside which you want to know or like.If you have questions to ask me,you can send E-mails to this address: huanggua88@gmail.com OK!Let’s go!

“黄瓜在线办公服务是一个关于收集网络在线办公服务的博客站点。我们希望你能在这里找到你想了解或喜欢的网站服务。如果你有什么问题想问我，你发电子邮件给我（huanggua88@gmail.com）

</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/onlineoffice">onlineoffice</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/office">office</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/http%253A%252F%252Fhg.my3website.com">http://hg.my3website.com</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2170503">Copy</a> | 
<a href="http://blogmarks.net/link/1821897">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1730120">
<title>Mercurial Project - Google Video</title>
<link>http://video.google.com/videoplay?docid=-7724296011317502612</link>
<description></description>
<dc:date>2007-01-10T08:08:53Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>video, google, scm, hg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://video.google.com/videoplay?docid=-7724296011317502612"><img border="0" src="http://blogmarks.net/screenshots/2007/01/10/c8cb5a71f135a2a58bf42d4af3aa8e8a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://video.google.com/videoplay?docid=-7724296011317502612">Mercurial Project - Google Video</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/scm">scm</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1730120">Copy</a> | 
<a href="http://blogmarks.net/link/1498662">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fluctuat/mark/180510">
<title>Tamas Waliczky hg</title>
<link>http://www.waliczky.net/waliczky_start.htm</link>
<description></description>
<dc:date>2005-10-21T20:18:10Z</dc:date>
<dc:author>Fluctuat</dc:author>
<dc:subject>arts multimedia, net art, hg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.waliczky.net/waliczky_start.htm"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.waliczky.net/waliczky_start.htm">Tamas Waliczky hg</a></h4>
 
by <a href="http://blogmarks.net/user/Fluctuat">Fluctuat</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arts%2Bmultimedia">arts multimedia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/net%2Bart">net art</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=180510">Copy</a> | 
<a href="http://blogmarks.net/link/267480">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fluctuat/mark/180509">
<title>Rhizome.org Teo Spiller slovenie</title>
<link>http://rhizome.org/member.rhiz?user_id</link>
<description></description>
<dc:date>2005-10-21T20:18:09Z</dc:date>
<dc:author>Fluctuat</dc:author>
<dc:subject>arts multimedia, net art, hg</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://rhizome.org/member.rhiz?user_id"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://rhizome.org/member.rhiz?user_id">Rhizome.org Teo Spiller slovenie</a></h4>
 
by <a href="http://blogmarks.net/user/Fluctuat">Fluctuat</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arts%2Bmultimedia">arts multimedia</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/net%2Bart">net art</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hg">hg</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=180509">Copy</a> | 
<a href="http://blogmarks.net/link/267478">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>