<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (pascalvanhecke)</title>
    <link>https://pinboard.in/u:pascalvanhecke/public/</link>
    <description>recent bookmarks from pascalvanhecke</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://github.com/airblade/paper_trail"/>
	<rdf:li rdf:resource="http://semver.org/"/>
	<rdf:li rdf:resource="http://d.strelau.net/post/47338904/git-pull-rebase-by-default"/>
	<rdf:li rdf:resource="http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase"/>
	<rdf:li rdf:resource="http://object.io/site/2011/enter-git-flow/"/>
	<rdf:li rdf:resource="https://github.com/nvie/gitflow"/>
	<rdf:li rdf:resource="http://nvie.com/posts/a-successful-git-branching-model/"/>
	<rdf:li rdf:resource="http://devblog.springest.com/our-git-workflow"/>
	<rdf:li rdf:resource="http://progit.org/"/>
	<rdf:li rdf:resource="http://github.com/vertiginous/pik"/>
	<rdf:li rdf:resource="http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/"/>
	<rdf:li rdf:resource="http://code.google.com/p/tortoisegit/"/>
	<rdf:li rdf:resource="http://hoth.entp.com/output/git_for_designers.html"/>
	<rdf:li rdf:resource="http://versionista.com/"/>
	<rdf:li rdf:resource="http://betterexplained.com/articles/a-visual-guide-to-version-control/"/>
	<rdf:li rdf:resource="http://github.com/"/>
	<rdf:li rdf:resource="http://pascal.vanhecke.info/2007/10/22/firefox-extension-not-compatible-with-browser-flock-mozilla-seamonkey-version-what-to-do/"/>
	<rdf:li rdf:resource="http://unfuddle.com/home"/>
	<rdf:li rdf:resource="http://writewith.com/"/>
	<rdf:li rdf:resource="http://tortoisesvn.tigris.org/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://github.com/airblade/paper_trail">
    <title>airblade/paper_trail</title>
    <dc:date>2012-06-23T21:32:15+00:00</dc:date>
    <link>https://github.com/airblade/paper_trail</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[lets you track changes to your models' data. It's good for auditing or versioning. You can see how a model looked at any stage in its lifecycle, revert it to any version, and even undelete it after it's been destroyed.]]></description>
<dc:subject>archiving gem activerecord versioning rubyonrails ror rails</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:ddeedf1789fe/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:archiving"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:gem"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:activerecord"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:rubyonrails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:ror"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:rails"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://semver.org/">
    <title>Semantic Versioning</title>
    <dc:date>2012-01-31T10:35:56+00:00</dc:date>
    <link>http://semver.org/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["simple set of rules and requirements that dictate how version numbers are assigned and incremented"

""For this system to work, you first need to declare a public API. This may consist of documentation or be enforced by the code itself. Regardless, it is important that this API be clear and precise. Once you identify your public API, you communicate changes to it with specific increments to your version number. Consider a version format of X.Y.Z (Major.Minor.Patch). Bug fixes not affecting the API increment the patch version, backwards compatible API additions/changes increment the minor version, and backwards incompatible API changes increment the major version.]]></description>
<dc:subject>deployment versionmanagement releases softwaredevelopment programming development versioning configurationmanagement versioncontrol</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:316eab7c9e52/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:deployment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versionmanagement"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:releases"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:softwaredevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:configurationmanagement"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://d.strelau.net/post/47338904/git-pull-rebase-by-default">
    <title>(ds) `git pull —rebase` by default</title>
    <dc:date>2012-01-11T14:35:09+00:00</dc:date>
    <link>http://d.strelau.net/post/47338904/git-pull-rebase-by-default</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[git config branch.autosetuprebase always]]></description>
<dc:subject>versioning versioncontrol tutorial howto tip git-pull rebase git</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:8605b1b25abc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tip"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git-pull"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:rebase"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase">
    <title>merge - When should I use git pull --rebase? - Stack Overflow</title>
    <dc:date>2012-01-11T14:32:14+00:00</dc:date>
    <link>http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["in the normal case of having your local branch simply reflecting the upstream branch and doing continuous development on it, the right thing to do is always "--rebase" because that is what you are semantically actually doing. You and others are hacking away at the intended linear history of a branch. The fact that someone else happened to push slightly prior to your attempted push is irrelevant, and it seems counter-productive for each such accident of timing to result in merges in the history.

[...]

Please consider other people that need to observe and understand the history of your project. Do you want the history littered with hundreds of merges all over the place, or do you want only the select few merges that represent real merges of intentional divergent development efforts?"]]></description>
<dc:subject>versioncontrol versioning stackoverflow rebase git-pull git</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:adc168e52f08/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:stackoverflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:rebase"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git-pull"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://object.io/site/2011/enter-git-flow/">
    <title>Modernize Your Git Workflow « object.io</title>
    <dc:date>2012-01-11T14:17:36+00:00</dc:date>
    <link>http://object.io/site/2011/enter-git-flow/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[Another Git introduction - arguing to use rebase over merge with git-flow

git flow feature rebase
git flow feature finish 77-speedup-yak-shaving]]></description>
<dc:subject>merging versioning versioncontrol programming development gitflow git-flow git</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:c689eb992ee6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:merging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:gitflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git-flow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/nvie/gitflow">
    <title>nvie/gitflow - GitHub</title>
    <dc:date>2011-02-16T15:20:38+00:00</dc:date>
    <link>https://github.com/nvie/gitflow</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["Git extensions to provide high-level repository operations for Vincent Driessen's branching model."<br />
<br />
Background: http://nvie.com/posts/a-successful-git-branching-model/]]></description>
<dc:subject>git workflow github development versioncontrol versioning programming</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:37b160a929fb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:workflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:github"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nvie.com/posts/a-successful-git-branching-model/">
    <title>A successful Git branching model » nvie.com</title>
    <dc:date>2011-02-16T15:07:44+00:00</dc:date>
    <link>http://nvie.com/posts/a-successful-git-branching-model/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["As a consequence of its simplicity and repetitive nature, branching and merging are no longer something to be afraid of. Version control tools are supposed to assist in branching/merging more than anything else."]]></description>
<dc:subject>git development versioncontrol versioning workflow programming</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:91a897cce665/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:workflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://devblog.springest.com/our-git-workflow">
    <title>Our git workflow - Eduhub</title>
    <dc:date>2011-02-16T15:06:12+00:00</dc:date>
    <link>http://devblog.springest.com/our-git-workflow</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["we use two eternal branches, dev and master which contain current development code and live code respectively. Features and bugfixes are developed in their own dedicated branches and merged into dev upon completion for staging and into master when tested thoroughly and marked for release."]]></description>
<dc:subject>git development versioncontrol versioning eduhub workflow programming</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:cb2f97415e12/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:eduhub"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:workflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://progit.org/">
    <title>Pro Git - Pro Git Book</title>
    <dc:date>2010-11-10T15:25:51+00:00</dc:date>
    <link>http://progit.org/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["This is the website for the Pro Git book, written by Scott Chacon and published by Apress. Here you can find the full content of the book, a blog with tips and updates about Git and the book and open source projects related to Git or referenced in the book."
]]></description>
<dc:subject>git versioncontrol ebook download books documentation ebooks free reference programming versioning</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:85d3479eb51c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:ebook"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:download"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:books"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:documentation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:ebooks"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:free"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/vertiginous/pik">
    <title>vertiginous's pik at master - GitHub</title>
    <dc:date>2010-11-02T11:04:04+00:00</dc:date>
    <link>http://github.com/vertiginous/pik</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[Pik is a tool to manage multiple versions of ruby on Windows. It can be used from the Windows command line (cmd.exe), Windows PowerShell, or Git Bash.
]]></description>
<dc:subject>development gem install rubyonrails ruby windows versioning versionmanager</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:ad1d57df5ff2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:gem"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:install"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:rubyonrails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versionmanager"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/">
    <title>Easy Version Control with Git | Nettuts+</title>
    <dc:date>2010-08-24T09:14:10+00:00</dc:date>
    <link>http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[What you need to know to get started
]]></description>
<dc:subject>git howto programming tutorial versioncontrol versioning webdev development</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:26c4f655af1c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:webdev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.google.com/p/tortoisegit/">
    <title>tortoisegit - Project Hosting on Google Code</title>
    <dc:date>2010-08-06T11:39:27+00:00</dc:date>
    <link>http://code.google.com/p/tortoisegit/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[A port of TortoiseSVN to GIT
]]></description>
<dc:subject>client ui windows software download development opensource open_source versioncontrol versioning programming</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:b62bd9876ca5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:client"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:ui"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:download"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:open_source"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://hoth.entp.com/output/git_for_designers.html">
    <title>Version Control for Designers</title>
    <dc:date>2009-07-13T16:29:29+00:00</dc:date>
    <link>http://hoth.entp.com/output/git_for_designers.html</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[A well-written introduction to Git for people without versioning experience.
]]></description>
<dc:subject>versioncontrol tutorial howto development programming git versioning</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:088c35683421/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://versionista.com/">
    <title>Versionista: Track changes to any Web site</title>
    <dc:date>2009-04-05T11:45:43+00:00</dc:date>
    <link>http://versionista.com/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[(Yet another) change tracking website.
This one features RSS and side-by-side comparison of previous versions of a page.
]]></description>
<dc:subject>service monitoring tracking diff versioning</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:cd409aa6a85b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:service"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:monitoring"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tracking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:diff"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://betterexplained.com/articles/a-visual-guide-to-version-control/">
    <title>A Visual Guide to Version Control</title>
    <dc:date>2008-05-07T09:26:27+00:00</dc:date>
    <link>http://betterexplained.com/articles/a-visual-guide-to-version-control/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[Tutorial on various concepts around version control and Subversion specifically
]]></description>
<dc:subject>toprint subversion versioning versioncontrol tutorial introduction programming svn</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:7a9262adda86/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:toprint"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:subversion"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:introduction"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:svn"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://github.com/">
    <title>Secure Git hosting and collaborative development — GitHub</title>
    <dc:date>2008-03-25T19:45:43+00:00</dc:date>
    <link>http://github.com/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[Git repository hosting.
Created by 2 guys who left CNet, coverage on Ruby on Rails podcast, simplify adopting Git by enabling a web presence for your git repo. Attempts to create a social git of sorts, tracking what you fork and what you patch.
]]></description>
<dc:subject>versioning versioncontrol collaboration programming development cvs subversion hosting</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:8c063558b2c6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:cvs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:subversion"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:hosting"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pascal.vanhecke.info/2007/10/22/firefox-extension-not-compatible-with-browser-flock-mozilla-seamonkey-version-what-to-do/">
    <title>Firefox extension not compatible with browser (Flock, Mozilla, Seamonkey…) version: What to do?</title>
    <dc:date>2007-10-23T22:29:59+00:00</dc:date>
    <link>http://pascal.vanhecke.info/2007/10/22/firefox-extension-not-compatible-with-browser-flock-mozilla-seamonkey-version-what-to-do/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[More often than not, the extension is compatible, but the developer hasn’t updated the version information in the .xpi install file - you can change the version yourself manually in install.rdf , one of the file you get by unzipping the .xpi file.
]]></description>
<dc:subject>firefox flock seamonkey mozilla extensions compatibility versioning hack browsers</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:c3d9751af3e2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:firefox"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:flock"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:seamonkey"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:mozilla"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:extensions"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:compatibility"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:hack"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:browsers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://unfuddle.com/home">
    <title>Unfuddle: Free Source Control, Bug and Issue Tracking</title>
    <dc:date>2007-10-12T22:48:18+00:00</dc:date>
    <link>http://unfuddle.com/home</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA["Private Subversion repository hosting provider with plans starting at free: now there’s no excuse not to have a svn repository somewhere. Also provides web based repository browsing and a reasonable looking ticket system." (via Simon Willison)
]]></description>
<dc:subject>svn subversion versioning hosting development programming</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:d4007ede4e79/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:svn"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:subversion"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:hosting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://writewith.com/">
    <title>writewith.</title>
    <dc:date>2007-05-03T13:08:36+00:00</dc:date>
    <link>http://writewith.com/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[Collaborative writing: edit texts in a wiki-like way with some taskmanagement and chat, and publish the resulting document to a blog via xmlrpc.  Participants do not need to register, emails are sent out with an identifying link
]]></description>
<dc:subject>collaboration writing productivity editor groupware groupblogging service wiki onlineeditor versioning versioncontrol wysiwyg</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:9af6349aa63a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:writing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:editor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:groupware"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:groupblogging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:service"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:wiki"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:onlineeditor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:wysiwyg"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tortoisesvn.tigris.org/">
    <title>tortoisesvn.tigris.org</title>
    <dc:date>2006-08-28T15:25:31+00:00</dc:date>
    <link>http://tortoisesvn.tigris.org/</link>
    <dc:creator>pascalvanhecke</dc:creator><description><![CDATA[" A Subversion client, implemented as a windows shell extension.

TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. "
]]></description>
<dc:subject>development windows tool software programming opensource versioncontrol versioning cvs Subversion</dc:subject>
<dc:identifier>https://pinboard.in/u:pascalvanhecke/b:b54ed6ff7d40/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:tool"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioncontrol"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:versioning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:cvs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:pascalvanhecke/t:Subversion"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>