<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Majecek's Weblog &#187; Version Control System</title>
	<atom:link href="http://majecek.wordpress.com/tag/version-control-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://majecek.wordpress.com</link>
	<description>Just another blog about everything</description>
	<lastBuildDate>Fri, 06 Nov 2009 12:07:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='majecek.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c524550574a81854ca5494b3e523d593?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Majecek's Weblog &#187; Version Control System</title>
		<link>http://majecek.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://majecek.wordpress.com/osd.xml" title="Majecek&#8217;s Weblog" />
		<item>
		<title>HOW-TO tortoise SVN</title>
		<link>http://majecek.wordpress.com/2008/04/17/how-to-tortoise-svn/</link>
		<comments>http://majecek.wordpress.com/2008/04/17/how-to-tortoise-svn/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 08:54:41 +0000</pubDate>
		<dc:creator>majecek</dc:creator>
				<category><![CDATA[Apple & Mac]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[branches]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[Version Control System]]></category>

		<guid isPermaLink="false">http://majecek.wordpress.com/?p=19</guid>
		<description><![CDATA[I like to use SVN and specially their client for Win XP TortoiseSVN. But still didn&#8217;t use all the functionality which it gives. Here is very nice tutorial done by BEA.
In Mac OS X I like the scplugin which looks similar as tortoiseSVN. And of course you can use Eclipse and their subversive or subclipse.
Because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=majecek.wordpress.com&blog=3413938&post=19&subd=majecek&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I like to use SVN and specially their client for Win XP TortoiseSVN. But still didn&#8217;t use all the functionality which it gives. Here is very nice <a href="https://www.projects.dev2dev.bea.com/Subversion%20Clients/TortoiseSVN.html">tutorial</a> done by BEA.</p>
<p>In Mac OS X I like the <a href="http://scplugin.tigris.org/">scplugin</a> which looks similar as tortoiseSVN. And of course you can use Eclipse and their <a href="http://www.eclipse.org/subversive/index.php">subversive</a> or <a href="http://subclipse.tigris.org/">subclipse</a>.</p>
<p>Because I didn&#8217;t know what is the difference between tagging and branching here some thoughts I have found:</p>
<ul>
<li>tag:
<ul>
<li>you can name it as you want aka release_1.0</li>
<li>it will take snapshot of all files and their revision number
<ul>
<li>CVS will increase revision number for file(s) we are committing to repository, so we have to somehow keep information of all revision numbers of all files.</li>
<li><a href="http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.branchmerge.tags">SVN</a> A tag is just a       “<span class="quote">snapshot</span>” of a project in time.  In Subversion,       this idea already seems to be everywhere.  Each repository       revision is exactly that—a snapshot of the filesystem       after each commit. Advantage of having tag command in SVN is that you can put name like release_1.1 instead of 673.</li>
</ul>
</li>
</ul>
</li>
<li>branch
<ul>
<li>when your software goes to production, tag it.</li>
<li>then you continue programing. But during time, customer finds some bugs. So what to do ? Just checkout on to some other folder your code but with revision/tag name release_1.0. You will get your code which customer has and you can repair it, commit it back to your &#8220;release_1.0&#8243; revision and delivered the build to customer</li>
<li>Next you will repair your code in your HEAD revision.</li>
<li>Branches allows you to work on code which was already delivered</li>
</ul>
</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/majecek.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/majecek.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/majecek.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/majecek.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/majecek.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/majecek.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/majecek.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/majecek.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/majecek.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/majecek.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/majecek.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/majecek.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=majecek.wordpress.com&blog=3413938&post=19&subd=majecek&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://majecek.wordpress.com/2008/04/17/how-to-tortoise-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff6c079b9197b8d00154fd0a843f33ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Autor</media:title>
		</media:content>
	</item>
		<item>
		<title>Tag &amp; branches</title>
		<link>http://majecek.wordpress.com/2008/03/08/tag-branches/</link>
		<comments>http://majecek.wordpress.com/2008/03/08/tag-branches/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 08:28:53 +0000</pubDate>
		<dc:creator>majecek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[czech]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Version Control System]]></category>

		<guid isPermaLink="false">http://majecek.wordpress.com/?p=11</guid>
		<description><![CDATA[Tag &#8211; si zapamatuje jakou revizi maji konkretni soubory/adresare (takze pak nemusis mu rikat soubor po souboru ze chces soubor1 s revizi 1.2 a soubor2 s reziviz 1.5 atd..)
Branch &#8211; potrebujes opravit chybu ale ty mas uz svuj vyvoj zase dal a nemuzes ted udelat release protoze to mas cele rozdrbane. Tak si udelas branch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=majecek.wordpress.com&blog=3413938&post=11&subd=majecek&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tag &#8211; si zapamatuje jakou revizi maji konkretni soubory/adresare (takze pak nemusis mu rikat soubor po souboru ze chces soubor1 s revizi 1.2 a soubor2 s reziviz 1.5 atd..)</p>
<p>Branch &#8211; potrebujes opravit chybu ale ty mas uz svuj vyvoj zase dal a nemuzes ted udelat release protoze to mas cele rozdrbane. Tak si udelas branch na verzi kterou jsi si o tagoval &#8220;release1&#8243; (tenhle kod ma i zakaznik) a udelas opravu chyby. Pak muzes chybu MERGEnout do truncu nebo nechat opravu jen v branchi</p>
<p>Rozdil mezi CVS a SVN</p>
<p>Pri commitu v SVN se taguji vsechny soubory, kdezto v CVS ne. (Kdyz  udelas commit v SVN tak se o taguji vsechny soubory i ty co nejsou zmenene).  Z toho vyplyva ze<a href="http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.branchmerge.tags"> SVN taguje automaticky</a>.<br />
CVS to explicitne prikazat aby o tagoval.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/majecek.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/majecek.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/majecek.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/majecek.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/majecek.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/majecek.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/majecek.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/majecek.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/majecek.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/majecek.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/majecek.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/majecek.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=majecek.wordpress.com&blog=3413938&post=11&subd=majecek&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://majecek.wordpress.com/2008/03/08/tag-branches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff6c079b9197b8d00154fd0a843f33ef?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Autor</media:title>
		</media:content>
	</item>
	</channel>
</rss>