<?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>Guymon &#187; svn</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:55:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Add all new files to svn&#160;repository</title>
		<link>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/</link>
		<comments>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:13:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6535</guid>
		<description><![CDATA[Damit ich nicht immer wieder danach suchen muss: svn status &#124; grep -v "^.[ \t]*\..*" &#124; grep "^?" &#124; awk '{print $2}' &#124; xargs svn addPossibly related posts (automatically generated)Updating Drupal using SVNDrupal CVS/SVN SetupSVNMateTextMate Plug-InsVisual Guide to Version Control]]></description>
			<content:encoded><![CDATA[<p>Damit ich nicht immer wieder danach suchen muss:</p>
<pre class="prettyprint">svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/" title="Updating Drupal using SVN">Updating Drupal using SVN</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/" title="Drupal CVS/SVN Setup">Drupal CVS/SVN Setup</a></li><li><a href="http://www.guymon.de/wordpress/2007/11/30/svnmate/" title="SVNMate">SVNMate</a></li><li><a href="http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/" title="TextMate Plug-Ins">TextMate Plug-Ins</a></li><li><a href="http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/" title="Visual Guide to Version Control">Visual Guide to Version Control</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Drupal using&#160;SVN</title>
		<link>http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/</link>
		<comments>http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 10:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Revision Control]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3953</guid>
		<description><![CDATA[Chris Geoghegan beschreibt Updating Drupal using SVN Vendor Branches. This tutorial will show you how to setup Drupal as vendor branch in your subversion repository. This will allow you to apply changes that are made between versions without losing or overwriting contributed modules or patches that you may have made to your install of Drupal. [...]]]></description>
			<content:encoded><![CDATA[<p>Chris Geoghegan beschreibt <a href="http://imagexmedia.com/blog/2009/1/updating-drupal-using-svn-vendor-branches">Updating Drupal using SVN Vendor Branches</a>.</p>
<blockquote cite="http://imagexmedia.com/blog/2009/1/updating-drupal-using-svn-vendor-branches"><p>This tutorial will show you how to setup Drupal as vendor branch in your subversion repository. This will allow you to apply changes that are made between versions without losing or overwriting contributed modules or patches that you may have made to your install of Drupal. In fact, if your working on multiple Drupal projects you can have them all share the same base and security updates can be rolled out much easier.</p>
</blockquote>
<p>Das Tutorial ist leicht verst&#228;ndlich - noch eine Drupal/SVN Variante zum testen.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/" title="Drupal CVS/SVN Setup">Drupal CVS/SVN Setup</a></li><li><a href="http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/" title="Visual Guide to Version Control">Visual Guide to Version Control</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/" title="Drupal: Mega-Menus">Drupal: Mega-Menus</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/13/drupal-field-api/" title="Drupal: Field API">Drupal: Field API</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/19/drupal-views-aggregation/" title="Drupal: Views Aggregation">Drupal: Views Aggregation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal CVS/SVN&#160;Setup</title>
		<link>http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/</link>
		<comments>http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 12:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Revision Control]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=3934</guid>
		<description><![CDATA[Was zum gucken: This content is very much on the geeky side. It outlines using the CVS/SVN combination which many of the top Drupal developers use. In this video, I outline my repository structure and how I deploy my Drupal code. The first half provides an intro with links to stuff you need to know [...]]]></description>
			<content:encoded><![CDATA[<p>Was zum <a href="http://gotdrupal.com/videos/drupal-cvs-svn-setup">gucken</a>:</p>
<blockquote cite="http://gotdrupal.com/videos/drupal-cvs-svn-setup"><p>This content is very much on the geeky side. It outlines using the CVS/SVN combination which many of the top Drupal developers use. In this video, I outline my repository structure and how I deploy my Drupal code. The first half provides an intro with links to stuff you need to know about CVS and SVN, and the later walks through some of the details of how it all works.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/" title="Updating Drupal using SVN">Updating Drupal using SVN</a></li><li><a href="http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/" title="Visual Guide to Version Control">Visual Guide to Version Control</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/14/drupal-mega-menus-2/" title="Drupal: Mega-Menus">Drupal: Mega-Menus</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/13/drupal-field-api/" title="Drupal: Field API">Drupal: Field API</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/19/drupal-views-aggregation/" title="Drupal: Views Aggregation">Drupal: Views Aggregation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVNMate</title>
		<link>http://www.guymon.de/wordpress/2007/11/30/svnmate/</link>
		<comments>http://www.guymon.de/wordpress/2007/11/30/svnmate/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 08:59:23 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/11/30/svnmate/</guid>
		<description><![CDATA[Update des SVNMate Plugins f&#252;r Textmate. This update re-checks the SVN status of files when TextMate regains focus (to keep in-sync with commits etc. made on the command-line), and also replaces the ugly coloured triangles. Possibly related posts (automatically generated)TextMate Plug-InsAdd all new files to svn repositoryDropbox verschl&#252;sselnHype &#8211; HTML5 AnimationsNSA: Security Configuration Guides]]></description>
			<content:encoded><![CDATA[<p><a href="http://ciaranwal.sh/2007/11/29/svnmate-update">Update</a> des SVNMate Plugins f&#252;r Textmate.</p>
<blockquote cite="http://ciaranwal.sh/2007/11/29/svnmate-update"><p>This update re-checks the SVN status of files when TextMate regains focus (to keep in-sync with commits etc. made on the command-line), and also replaces the ugly coloured triangles.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/" title="TextMate Plug-Ins">TextMate Plug-Ins</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/" title="Add all new files to svn repository">Add all new files to svn repository</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/18/dropbox-verschlusseln/" title="Dropbox verschlüsseln">Dropbox verschlüsseln</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/23/hype-html5-animations/" title="Hype &#8211; HTML5 Animations">Hype &#8211; HTML5 Animations</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/20/nsa-security-configuration-guides/" title="NSA: Security Configuration Guides">NSA: Security Configuration Guides</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/11/30/svnmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextMate&#160;Plug-Ins</title>
		<link>http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/</link>
		<comments>http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 12:53:32 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/</guid>
		<description><![CDATA[Zwei praktische TextMate Plugin-Ins habe ich in Ciarán Walsh&#8217;s Blog gefunden: SVN Plug-In a plug-in for TextMate which indicates the Subversion status of files in your project drawer und Finder Labels in the TextMate Project View.Possibly related posts (automatically generated)Add to TextMate Widget JSLint f&#252;r TextmateHTML IpsumTextmate Pluginsapi.drupal.org look ups in Textmate]]></description>
			<content:encoded><![CDATA[<p>Zwei praktische TextMate Plugin-Ins habe ich in Ciarán Walsh&#8217;s Blog gefunden:</p>
<p><a href="http://ciaranwal.sh/2007/10/10/svn-plug-in-for-textmate">SVN Plug-In</a> a plug-in for TextMate which indicates the Subversion status of files in your project drawer und <a href="http://ciaranwal.sh/2007/10/11/finder-labels-in-the-textmate-project-view">Finder Labels in the TextMate Project View</a>.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/09/24/add-to-textmate-widget/" title="Add to TextMate Widget ">Add to TextMate Widget </a></li><li><a href="http://www.guymon.de/wordpress/2009/02/21/jslint-fuer-textmate/" title="JSLint für Textmate">JSLint für Textmate</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/17/html-ipsum/" title="HTML Ipsum">HTML Ipsum</a></li><li><a href="http://www.guymon.de/wordpress/2008/12/07/textmate-plugins/" title="Textmate Plugins">Textmate Plugins</a></li><li><a href="http://www.guymon.de/wordpress/2008/07/28/apidrupalorg-look-ups-in-textmate/" title="api.drupal.org look ups in Textmate">api.drupal.org look ups in Textmate</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/11/15/textmate-plug-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Guide to Version&#160;Control</title>
		<link>http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/</link>
		<comments>http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 11:42:21 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[Revision Control]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Version-Control]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/</guid>
		<description><![CDATA[Eine recht gute Einf&#252;hrung in die Konzepte der Versions Kontrolle gibt es bei BetterExplained. My goal was to share high-level thoughts about version control systems. Here are the basics: Use version control. Seriously, it&#8217;s a good thing, even if you&#8217;re not writing an OS. It&#8217;s worth it for backups alone. Take it slow. I&#8217;m only [...]]]></description>
			<content:encoded><![CDATA[<p>Eine recht gute <a href="http://betterexplained.com/articles/a-visual-guide-to-version-control/">Einf&#252;hrung</a> in die Konzepte der Versions Kontrolle gibt es bei BetterExplained.</p>
<blockquote cite=""><p>My goal was to share high-level thoughts about version control systems. Here are the basics:</p>
<ul>
<li>Use version control. Seriously, it&#8217;s a good thing, even if you&#8217;re not writing an OS. It&#8217;s worth it for backups alone.</li>
<li>Take it slow. I&#8217;m only now looking into branching and merging for my projects. Just get a handle on using version control and go from there. If you&#8217;re a small project, branching/merging may not be an issue. Large projects often have experienced maintainers who keep track of the branches and patches.</li>
<li>Keep Learning. There&#8217;s plenty of guides for <a href="http://svnbook.red-bean.com/">SVN</a>, <a href="http://wwwasd.web.cern.ch/wwwasd/cvs/tutorial/cvs_tutorial_toc.html">CVS</a>, <a href="http://agave.garden.org/~aaronh/rcs/tutorial.html">RCS</a>, <a href="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">Git</a>, <a href="http://public.perforce.com/public/tutorial.html">Perforce</a> or whatever system you&#8217;re using. The important thing is to know the concepts and realize every system has its own lingo and philosophy. <a href="http://www.ericsink.com/scm/source_control.html">Eric Sink</a> has a detailed guide as well.</li>
</ul>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/01/17/updating-drupal-using-svn/" title="Updating Drupal using SVN">Updating Drupal using SVN</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/13/drupal-cvssvn-setup/" title="Drupal CVS/SVN Setup">Drupal CVS/SVN Setup</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/17/add-all-new-files-to-svn-repository/" title="Add all new files to svn repository">Add all new files to svn repository</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/12/database-version-control/" title="Database Version Control">Database Version Control</a></li><li><a href="http://www.guymon.de/wordpress/2009/10/29/drupal-devstaginglive/" title="Drupal: dev/staging/live">Drupal: dev/staging/live</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2007/09/29/visual-guide-to-version-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-08 10:59:14 -->
