<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Shouting Into Space - SCM</title>
    <link>http://blog.latcarf.com/</link>
    <description>Creativity requires the courage to let go of certainties.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.latcarf.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Shouting Into Space - SCM - Creativity requires the courage to let go of certainties.</title>
        <link>http://blog.latcarf.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Moving from CVS to SVN - Jumping Off</title>
    <link>http://blog.latcarf.com/archives/13-Moving-from-CVS-to-SVN-Jumping-Off.html</link>
            <category>SCM</category>
    
    <comments>http://blog.latcarf.com/archives/13-Moving-from-CVS-to-SVN-Jumping-Off.html#comments</comments>
    <wfw:comment>http://blog.latcarf.com/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.latcarf.com/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Latcarf)</author>
    <content:encoded>
    I work as a Software Configuration Management (SCM) Engineer at a fairly large company who just happens to make a couple of widely used applications for Macintosh. As the person who is responsible for the source code repository (among many other things), I am burdened with providing the developers tools to increase their productivity and efficiency.&lt;br /&gt;
&lt;br /&gt;
To that end, we have decided that we might want to make the move from CVS to Subversion. In other blog entries, I will chronicle the pilot and eventual move and detail what I experienced during the process.&lt;br /&gt;
&lt;br /&gt;
I am using &lt;a href=&quot;http://blog.latcarf.com/exit.php?url_id=21&amp;amp;entry_id=13&quot; title=&quot;http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html&quot;  onmouseover=&quot;window.status=&#039;http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot; target=&quot;_blank&quot;&gt;Making the Jump to Subversion&lt;/a&gt; as the &quot;jumping off&quot; point to switch to Subversion.&lt;br /&gt;
&lt;br /&gt;
The following is a short synopsis of that article:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.latcarf.com/exit.php?url_id=21&amp;amp;entry_id=13&quot; title=&quot;http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html&quot;  onmouseover=&quot;window.status=&#039;http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Making the Jump to Subversion&lt;/a&gt; by Adam Swift -- Subversion can run standalone or on a network as a repository server with multiple clients. The preferred client/server configuration uses Apache and WebDAV for network communication. It&#039;s a powerful alternative to CVS, and Adam Swift shows you the ins and outs in this tutorial.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll see how it goes! 
    </content:encoded>

    <pubDate>Tue, 14 Dec 2004 11:35:57 -0800</pubDate>
    <guid isPermaLink="false">http://blog.latcarf.com/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Moving from CVS to SVN - Swimming Around</title>
    <link>http://blog.latcarf.com/archives/63-Moving-from-CVS-to-SVN-Swimming-Around.html</link>
            <category>SCM</category>
    
    <comments>http://blog.latcarf.com/archives/63-Moving-from-CVS-to-SVN-Swimming-Around.html#comments</comments>
    <wfw:comment>http://blog.latcarf.com/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.latcarf.com/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (Latcarf)</author>
    <content:encoded>
    It&#039;s become time again for me to revisit my organization&#039;s desire to move from CVS to Subversion. I&#039;ve gotten out a few releases of our products recently and with that work out of the way, I&#039;m getting back to swimming around in Subversion.&lt;br /&gt;
&lt;br /&gt;
This is the third installment in my ongoing detail of the move to Subversion. In the &lt;a href=&quot;http://blog.latcarf.com/exit.php?url_id=410&amp;amp;entry_id=63&quot; title=&quot;http://blog.latcarf.com/archives/13-Moving-from-CVS-to-SVN-Jumping-Off.html&quot;  onmouseover=&quot;window.status=&#039;http://blog.latcarf.com/archives/13-Moving-from-CVS-to-SVN-Jumping-Off.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;first&lt;/a&gt; installment of this series, I spoke about my organization&#039;s interest in using Subversion instead of CVS. In the &lt;a href=&quot;http://blog.latcarf.com/exit.php?url_id=411&amp;amp;entry_id=63&quot; title=&quot;http://blog.latcarf.com/archives/18-Moving-from-CVS-to-SVN-Diving-In.html&quot;  onmouseover=&quot;window.status=&#039;http://blog.latcarf.com/archives/18-Moving-from-CVS-to-SVN-Diving-In.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;second&lt;/a&gt; installment, I detailed how I installed Subversion on Mac OS X (Panther) and how I initiated the process of converting some of our CVS repositories. In this installment, I will go into further detail about interacting with the &quot;mock&quot; Subversion server and the pilot project repositories.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.latcarf.com/archives/63-Moving-from-CVS-to-SVN-Swimming-Around.html#extended&quot;&gt;Continue reading &quot;Moving from CVS to SVN - Swimming Around&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 17 Mar 2005 17:59:19 -0800</pubDate>
    <guid isPermaLink="false">http://blog.latcarf.com/archives/63-guid.html</guid>
    
</item>
<item>
    <title>Moving from CVS to SVN - Diving In</title>
    <link>http://blog.latcarf.com/archives/18-Moving-from-CVS-to-SVN-Diving-In.html</link>
            <category>SCM</category>
    
    <comments>http://blog.latcarf.com/archives/18-Moving-from-CVS-to-SVN-Diving-In.html#comments</comments>
    <wfw:comment>http://blog.latcarf.com/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.latcarf.com/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (Latcarf)</author>
    <content:encoded>
    I started the process to convert our organization&#039;s CVS repository to Subversion. I decided to do a mock implementation as my &quot;pilot&quot;. I took the CVS repository and made a copy to another machine (Mac OS X 10.3.7) which serves as the &quot;mock&quot; Subversion server.&lt;br /&gt;
&lt;br /&gt;
Our current CVS repository consists of two &quot;major&quot; projects and 26 small projects (support pieces, tools, scripts, etc). I decided to try to convert one of the major projects to start with.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.latcarf.com/archives/18-Moving-from-CVS-to-SVN-Diving-In.html#extended&quot;&gt;Continue reading &quot;Moving from CVS to SVN - Diving In&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 20 Dec 2004 18:22:00 -0800</pubDate>
    <guid isPermaLink="false">http://blog.latcarf.com/archives/18-guid.html</guid>
    
</item>

</channel>
</rss>
