<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Managing Creative Assets &#8211; 2: Distributed Version Control Systems</title> <atom:link href="http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/feed/" rel="self" type="application/rss+xml" /><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/</link> <description>Representing Anti-monotonistic Tendencies</description> <lastBuildDate>Thu, 29 Jul 2010 02:07:12 -0400</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Managing Creative Assets &#8211; 1 &#124; Arunrocks</title><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/comment-page-1/#comment-4860</link> <dc:creator>Managing Creative Assets &#8211; 1 &#124; Arunrocks</dc:creator> <pubDate>Tue, 06 Jul 2010 08:33:22 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=171#comment-4860</guid> <description>&lt;p&gt;[...] of drifting in the opposite direction too, as in the case of the Second System effect.In the next part, we will be introduced to two kinds of version control systems &#8211; Centralized and Distributed; [...]&lt;/p&gt; </description> <content:encoded><![CDATA[<p>[...] of drifting in the opposite direction too, as in the case of the Second System effect.In the next part, we will be introduced to two kinds of version control systems &#8211; Centralized and Distributed; [...]</p>]]></content:encoded> </item> <item><title>By: Arun Bhai</title><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/comment-page-1/#comment-808</link> <dc:creator>Arun Bhai</dc:creator> <pubDate>Tue, 15 Dec 2009 03:17:31 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=171#comment-808</guid> <description>&lt;p&gt;Glad to know that TortoiseHg has truly lowered the barrier of entry to version control system to an average user. In fact, I would be concluding this series with a visual tutorial of TortoiseHg.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Glad to know that TortoiseHg has truly lowered the barrier of entry to version control system to an average user. In fact, I would be concluding this series with a visual tutorial of TortoiseHg.</p>]]></content:encoded> </item> <item><title>By: Arun Bhai</title><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/comment-page-1/#comment-806</link> <dc:creator>Arun Bhai</dc:creator> <pubDate>Tue, 15 Dec 2009 03:11:24 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=171#comment-806</guid> <description>&lt;p&gt;Thank you Krish for your comment. I must admit that unless I describe my DVCS workflow (which I have planned for the next part), some of these points might sound subjective or inaccurate. For e.g. most DVCS do not delete the file after checkin enabling you to continue work normally, as before.&lt;/p&gt;&lt;p&gt;Your last point is quite valid. Version control is not a substitute for a good backup strategy. I recommend backing up the entire repository in an separate storage device or location.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thank you Krish for your comment. I must admit that unless I describe my DVCS workflow (which I have planned for the next part), some of these points might sound subjective or inaccurate. For e.g. most DVCS do not delete the file after checkin enabling you to continue work normally, as before.</p><p>Your last point is quite valid. Version control is not a substitute for a good backup strategy. I recommend backing up the entire repository in an separate storage device or location.</p>]]></content:encoded> </item> <item><title>By: Roger Gammans</title><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/comment-page-1/#comment-800</link> <dc:creator>Roger Gammans</dc:creator> <pubDate>Mon, 14 Dec 2009 22:55:34 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=171#comment-800</guid> <description>&lt;p&gt;I&#039;ve used mercurial very successful for some creative writing and have introduced a number of non-geeks (on windows) to mercurial without to much complaining thanks to the ease of use that tortoiseHg provides.&lt;/p&gt;&lt;p&gt;In fact I&#039;m in the middle of writing a specialist application for one of the type of writing I do, and it uses mercurial internally as it primary SCM, to allow for various collaborative workflows.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I&#8217;ve used mercurial very successful for some creative writing and have introduced a number of non-geeks (on windows) to mercurial without to much complaining thanks to the ease of use that tortoiseHg provides.</p><p>In fact I&#8217;m in the middle of writing a specialist application for one of the type of writing I do, and it uses mercurial internally as it primary SCM, to allow for various collaborative workflows.</p>]]></content:encoded> </item> <item><title>By: Krish</title><link>http://www.arunrocks.com/blog/archives/2009/12/13/managing-creative-assets-2/comment-page-1/#comment-799</link> <dc:creator>Krish</dc:creator> <pubDate>Mon, 14 Dec 2009 22:23:37 +0000</pubDate> <guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=171#comment-799</guid> <description>&lt;p&gt;A few things are not accurate for VSS (which I don&#039;t like either):&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Remembering to checkout immediately after you import or check-in&lt;/li&gt;
&lt;li&gt;Weird layout&lt;/li&gt;
&lt;li&gt;Server must be always running: VSS is just a file system using a client.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;And the first point is a little suspect too. You can change your sub-working folders in VSS.&lt;/p&gt;&lt;p&gt;If you are working alone, you should be worrying about backups, if everything is lying on your local hard disk.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>A few things are not accurate for VSS (which I don&#8217;t like either):</p><ul><li>Remembering to checkout immediately after you import or check-in</li><li>Weird layout</li><li>Server must be always running: VSS is just a file system using a client.</li></ul><p>And the first point is a little suspect too. You can change your sub-working folders in VSS.</p><p>If you are working alone, you should be worrying about backups, if everything is lying on your local hard disk.</p>]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 7/14 queries in 0.008 seconds using disk

Served from: mshawking.asmallorange.com @ 2010-07-31 11:14:27 -->