<?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>Benjamin Baudouin &#187; Subversion</title>
	<atom:link href="http://www.benjaminbaudouin.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjaminbaudouin.com</link>
	<description>Geek Stuff</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:38:39 +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>SVN &#8211; Release Method</title>
		<link>http://www.benjaminbaudouin.com/svn-release-method/</link>
		<comments>http://www.benjaminbaudouin.com/svn-release-method/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:07:08 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=2462</guid>
		<description><![CDATA[Nouvelle Release (création de tag version_x_y) à partir du tronc svn cp svn+ssh://user@machine/projet/trunk svn+ssh://user@machine/projet/tags/version_x_y Nouvelle Release (création de tag version_x_y) à partir d&#8217;une branche svn cp svn+ssh://user@machine/projet/branches/version_0_7-bugfixes-branch svn+ssh://user@machine/projet/tags/version_0_7_6 Nouvelle Branche (après sortie de la release) svn copy svn+ssh://user@machine/projet/trunk svn+ssh://user@machine/projet/branches/version_x_y-bugfixes-branch Création d&#8217;archives svn export svn+ssh://user@machine/projet/trunk projet projet/install/exportprojet 0.9 svn export svn+ssh://user@machine/projet/branches/version_0_8-bugfixes-branch projet projet/install/exportprojet 0.8 Sources : [...]]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/svn-release-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion &#8211; Rollback local</title>
		<link>http://www.benjaminbaudouin.com/subversion-rollback-local/</link>
		<comments>http://www.benjaminbaudouin.com/subversion-rollback-local/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 10:41:03 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=1996</guid>
		<description><![CDATA[Vous avez un checkout de votre repository en local sur votre machine, vous venez de faire une action du style svn remove &#60;fichier&#62;, et zut ! Question : Comment revenir en arrière sachant que vous n&#8217;avez pas commité vos modifications ? Réponse : svn revert &#60;fichier&#62; # Pour un fichier svn revert -R &#60;repertoire&#62; # [...]]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/subversion-rollback-local/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion &#8211; Les commandes indispensables</title>
		<link>http://www.benjaminbaudouin.com/subversion-les-commandes-indispensables/</link>
		<comments>http://www.benjaminbaudouin.com/subversion-les-commandes-indispensables/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 09:51:18 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=1489</guid>
		<description><![CDATA[svnadmin create créer un repository svn checkout récupérer le contenu d&#8217;un repository svn commit soumettre des modifications au repository svn import importer un projet dans le repository svn resolved indiquer que les conflits ont été résolus svn revert annuler toute modification locale svn update mettre à jour le répertoire local svn cat lire le contenu [...]]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/subversion-les-commandes-indispensables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organiser son code avec un dépot Subversion</title>
		<link>http://www.benjaminbaudouin.com/organiser-son-code-avec-un-depot-subversion/</link>
		<comments>http://www.benjaminbaudouin.com/organiser-son-code-avec-un-depot-subversion/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 08:12:16 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Developpement]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=1376</guid>
		<description><![CDATA[Définition du répertoire SVN Racine: SVNREPOS=/usr/local/share/svn Création des utilisateurs et leurs droits associés: groupadd svnusers useradd -m svnadm -g svnusers usermod -L svnadm echo umask 002 &#62;&#62; ~svnadm/.bashrc mkdir -p $SVNREPOS chown -R root.svnusers $SVNREPOS chmod -R u+wrx,g+wrx,o-wxr $SVNREPOS Création du wrapper: mv /usr/bin/svnserve /usr/bin/svnserve.bin cat &#60;&#60; EOF &#62; /usr/bin/svnserve #!/bin/sh # wrap in order [...]]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/organiser-son-code-avec-un-depot-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
