<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Open Source</title>
        <link>http://geekswithblogs.net/jwatson/category/2627.aspx</link>
        <description>Open Source</description>
        <language>en-US</language>
        <copyright>John Watson</copyright>
        <managingEditor>jwatson3d@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Quick 'n Dirty way to move Subversion to another machine</title>
            <link>http://geekswithblogs.net/jwatson/archive/2008/10/14/125835.aspx</link>
            <description>&lt;p&gt;If you have an existing Subversion tree on disk somewhere and you wish to move it to another machine, here's a quick 'n dirty way to do it. I'm pretty sure I read this before somewhere but couldn't find it however I decided to try it anyway. Basically, you install the same version of Subversion onto the new server, create an identically named repository ("svnadmin create foo" - assuming "foo" is the name of the new repo), replace the contents of the "foo" directory from the original machine and voila.&lt;/p&gt;  &lt;p&gt;Of course, this is no doubt unsupported - the proper way to move a repository to another location is &lt;a href="http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate" target="_blank"&gt;documented here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125835"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125835" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jwatson/aggbug/125835.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>John Watson</dc:creator>
            <guid>http://geekswithblogs.net/jwatson/archive/2008/10/14/125835.aspx</guid>
            <pubDate>Tue, 14 Oct 2008 16:14:41 GMT</pubDate>
            <comments>http://geekswithblogs.net/jwatson/archive/2008/10/14/125835.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jwatson/comments/commentRss/125835.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jwatson/services/trackbacks/125835.aspx</trackback:ping>
        </item>
        <item>
            <title>Forget CentOS under Virtual PC - Ubuntu is &amp;quot;IN&amp;quot;</title>
            <link>http://geekswithblogs.net/jwatson/archive/2007/08/13/114621.aspx</link>
            <description>&lt;p&gt;Late last year I blogged about trying to use CentOS under Virtual PC. After several attempts, I basically gave up. There's something to be said for marketing and "mind share" - which Ubuntu has plenty of. Earlier this year I took a stab at using Ubuntu with Virtual PC (and Virtual Server) and got a lot further. In fact, I managed to get a full working version for a developer environment. I also got a version going for an Oracle server, a WebSphere/DB2 server and even a streaming media server.&lt;/p&gt;
&lt;p&gt;Things went so well that I repurposed an old dual-processor Dell workstation to run as an Ubuntu development machine on "bare metal". I normally work in Windows but now can "dabble" in Linux without difficulty...&lt;/p&gt;
&lt;p&gt;&lt;a atomicselection="true" href="http://geekswithblogs.net/images/geekswithblogs_net/jwatson/WindowsLiveWriter/ForgetCentOSunderVirtualPCUbuntuisIN_D48B/WorkDesk.jpg"&gt;&lt;img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="180" alt="WorkDesk" width="240" border="0" src="http://geekswithblogs.net/images/geekswithblogs_net/jwatson/WindowsLiveWriter/ForgetCentOSunderVirtualPCUbuntuisIN_D48B/WorkDesk_thumb.jpg" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Because I'm working on enterprise-class applications using J2EE, I opted for using Ubuntu 6.06 (a.k.a. Dapper Drake) since it is the official server version with L.T.S. (long term support).&lt;/p&gt;
&lt;p&gt;I can install and use the following on either environment:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Java 1.4 and 1.5 &lt;/li&gt;
    &lt;li&gt;Eclipse IDE &lt;/li&gt;
    &lt;li&gt;JBoss application server &lt;/li&gt;
    &lt;li&gt;DB-Visualizer &lt;/li&gt;
    &lt;li&gt;Ant/Tomcat &lt;/li&gt;
    &lt;li&gt;Perforce &lt;/li&gt;
    &lt;li&gt;Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The cool thing to me as a geek is that I can be on two totally different architectures and platforms and use the same tool sets to work on the same code.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114621"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114621" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jwatson/aggbug/114621.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>John Watson</dc:creator>
            <guid>http://geekswithblogs.net/jwatson/archive/2007/08/13/114621.aspx</guid>
            <pubDate>Mon, 13 Aug 2007 20:07:08 GMT</pubDate>
            <comments>http://geekswithblogs.net/jwatson/archive/2007/08/13/114621.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/jwatson/comments/commentRss/114621.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jwatson/services/trackbacks/114621.aspx</trackback:ping>
        </item>
        <item>
            <title>Installing CentOS 4.4 under Virtual PC 2004</title>
            <link>http://geekswithblogs.net/jwatson/archive/2006/12/11/100849.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.centos.org/" target="_blank"&gt;CentOS&lt;/a&gt; is a free version of RedHat Enterprise Linux which closely mirrors the commercial version. There are many places&amp;nbsp;in the 'verse which detail changing the default color depth from 24-bit to 16-bit for the S3 Trio adapter that VPC emulates. After doing this I tried 'startx' only to find it wouldn't work so I started digging.&lt;/p&gt; &lt;p&gt;The X windowing environment started up then flashed and shutdown again with a console error of unable to find .xterm'. Checking around,&amp;nbsp;I found examples from &lt;a href="http://jason.379.com/linux_ho" target="_blank"&gt;one cranky coot&lt;/a&gt; (a.k.a. Jason) under the heading 'Get GUI'. Turns out CentOS uses a package manager called 'yum' and he lists the commands for installing X11. I got as far as the the fonts before getting errors so I figured I fire it up again and see what happened. I did get a desktop but the size was way too big and unusable.&lt;/p&gt; &lt;p&gt;Jason also showed commands for installing &lt;a href="http://www.xfce.org/" target="_blank"&gt;XFCE&lt;/a&gt; which is a lighter and faster X-windowing system. So I tried that,&amp;nbsp;typed in 'startxfce4' and voila! I then tried browsing the web only to get an error about Firefox not being installed. No problem - I opened a console window and tried 'yum install firefox' and it worked.&lt;/p&gt; &lt;p&gt;Hope this helps an old Windows developer like me ;)&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=100849"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=100849" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jwatson/aggbug/100849.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>John Watson</dc:creator>
            <guid>http://geekswithblogs.net/jwatson/archive/2006/12/11/100849.aspx</guid>
            <pubDate>Mon, 11 Dec 2006 12:08:00 GMT</pubDate>
            <comments>http://geekswithblogs.net/jwatson/archive/2006/12/11/100849.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/jwatson/comments/commentRss/100849.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jwatson/services/trackbacks/100849.aspx</trackback:ping>
        </item>
        <item>
            <title>Subversion and TortoiseSVN Installation Cookbook</title>
            <link>http://geekswithblogs.net/jwatson/archive/2005/09/05/52735.aspx</link>
            <description>&lt;P&gt;&lt;FONT face=Tahoma&gt;After reading several good things regarding Subversion and TortoiseSVN I decided to give it a try. The &amp;#8220;final straw&amp;#8221; came while looking into &lt;/FONT&gt;&lt;A href="http://ajax.schwarz-interactive.de/"&gt;&lt;FONT face=Tahoma&gt;Ajax.NET&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; which is housed in SVN and required installing TortoiseSVN to obtain the source. The process was so smooth and easy I decided it was worth a shot. The &lt;/FONT&gt;&lt;A href="http://en.wikipedia.org/wiki/SCM"&gt;&lt;FONT face=Tahoma&gt;scm&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; options facing my little company are very typical:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Continue using &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/vstudio/previous/ssafe/"&gt;&lt;FONT face=Tahoma&gt;VSS&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; with it's warts - extremely slow client, requires either VPN access to servers in office or a 3rd party product such as &lt;/FONT&gt;&lt;A href="http://www.sourcegear.com/sos/"&gt;&lt;FONT face=Tahoma&gt;SourceOffsite&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; to make remote access feasible, etc.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Purchase another solution such as &lt;/FONT&gt;&lt;A href="http://www.sourcegear.com/vault/"&gt;&lt;FONT face=Tahoma&gt;Vault&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Migrate to &lt;/FONT&gt;&lt;A href="http://lab.msdn.microsoft.com/teamsystem/"&gt;&lt;FONT face=Tahoma&gt;Team Foundation Server&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; - not only is the new pricing model a &amp;#8220;step-up&amp;#8220; for small ISVs but there's hidden costs as well. It&amp;nbsp;requires 3-tier deployment, must install/use Active Directory, requires SQL Server 2005. Can I really afford to update memory,&amp;nbsp;buy licenses, and dedicate at least three servers for what used to take just one?&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Try something else such as &lt;/FONT&gt;&lt;A href="http://subversion.tigris.org/"&gt;&lt;FONT face=Tahoma&gt;Subversion&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;I decided to try door #4. Below is a quick &amp;#8220;cookbook&amp;#8221; style approach of what it took to get it up and running. Following that are a variety of links that I found.&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Install &lt;A href="http://httpd.apache.org/"&gt;Apache 2&lt;/A&gt;&amp;nbsp;(2.0.54):&lt;/FONT&gt; 
&lt;OL&gt;
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Change httpd.conf to use non-default port (Listen 81 or Listen 8080).&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Create Windows user account ApacheUser.&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Grant ApacheUser modify rights to C:\Program Files\Apache Group\Apache2\logs&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Change Apache service to run as ApacheUser and restart.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Install &lt;/FONT&gt;&lt;A href="http://subversion.tigris.org/"&gt;&lt;FONT face=Tahoma&gt;Subversion&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;FONT face=Tahoma&gt;(1.2.1):&lt;/FONT&gt; 
&lt;OL&gt;
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Run Subversion installer.&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Modify httpd.conf to add /svn virtual root (see TortoiseSVN docs - 3.1.4)&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Create svn root directory somewhere (e.g. F:\svn). Note the multiple warnings that you should NOT use the Berkley DB repository format for network shares (including UNC names, mapped drives, etc.).&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Grant ApacheUser full control rights to svn root directory (e.g. F:\svn).&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Create Apache passwd file and add users (can optionally configure for SSPI to Windows domain - see TortoiseSVN docs).&lt;/FONT&gt; 
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;bin\htpasswd -c passwd &lt;USERNAME&gt;&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;bin\htpasswd passwd &lt;USERNAME&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Restart Apache and test (&lt;/FONT&gt;&lt;A href="http://localhost:81/svn/repos"&gt;&lt;FONT face=Tahoma&gt;http://localhost:81/svn/repos&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;)&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Install &lt;/FONT&gt;&lt;A href="http://tortoisesvn.tigris.org/"&gt;&lt;FONT face=Tahoma&gt;TortoiseSVN&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; (1.2.2.4299 VS.NET - ASP.NET version) which is an excellent&amp;nbsp;Windows shell extension for using SVN.&lt;/FONT&gt; 
&lt;OL&gt;
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Re-boot to get shell extension icons working.&lt;/FONT&gt; 
&lt;LI type=a&gt;&lt;FONT face=Tahoma&gt;Right-click on repository (e.g. F:\svn\repos) and Create Repository...&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Install &lt;/FONT&gt;&lt;A href="http://ankhsvn.tigris.org/"&gt;&lt;FONT face=Tahoma&gt;AnkhSVN&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt; (0.5.5.1653) for VS.NET integration.&lt;BR&gt;Edit \Application Data\AnkhSVN\ankhsvn.xml - uncomment&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;AdminDirectoryName&amp;gt;_svn&amp;lt;/AdminDirectoryName&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to match TortoiseSVN patch for ASP.NET files.&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT face=Tahoma&gt;Final note for properly backing up the repository:&lt;BR&gt;svnadmin hotcopy path/to/repository path/to/backup --clean-logs&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;Here's a list of links I found very helpful in addition to both the Subversion documentation and especially&amp;nbsp;the TortoiseSVN documents (since it is a Windows client).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;Cory Foy, &lt;/FONT&gt;&lt;A href="http://www.cornetdesign.com/2005/08/getting-subversion-running-with-net.html"&gt;&lt;FONT face=Tahoma&gt;Getting Subversion running with .NET&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;!--StartFragment --&gt;&lt;FONT face=Tahoma&gt;Michael Flanakin,&amp;nbsp;&lt;!--StartFragment --&gt; &lt;/FONT&gt;&lt;A href="http://geekswithblogs.net/flanakin/archive/2004/11/16/15090.aspx"&gt;&lt;FONT face=Tahoma&gt;Subversion&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;and&amp;nbsp;&lt;!--StartFragment --&gt;&lt;/FONT&gt;&lt;A href="http://geekswithblogs.net/flanakin/archive/2005/08/31/51743.aspx"&gt;&lt;FONT face=Tahoma&gt;Windows Authentication with Subversion on Windows&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Tahoma&gt;Jonathan Malek, &lt;/FONT&gt;&lt;A href="http://www.jonathanmalek.com/blog/archive/2004/09/13/219.aspx"&gt;&lt;FONT face=Tahoma&gt;NAnt, Subversion and VS.NET&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Tahoma&gt;Fritz Onion, &lt;/FONT&gt;&lt;A href="http://www.pluralsight.com/fritz/Samples/aspdotnet_without_web_projects.htm"&gt;&lt;FONT face=Tahoma&gt;ASP.NET Application without Web Projects&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;** It seems a lot of folks like this one however I did not take this route - instead I used the &amp;#8220;patched&amp;#8221; version of TortoiseSVN which uses &amp;#8220;_svn&amp;#8221; instead of &amp;#8220;.svn&amp;#8221; for local admin directories.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma&gt;One interesting piece of information I found was buried in the replies of &lt;/FONT&gt;&lt;A href="http://www.gamedev.net/community/forums/topic.asp?topic_id=341086&amp;amp;whichpage=1?"&gt;&lt;FONT face=Tahoma&gt;this post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma&gt;. Specifically, &amp;#8220;&lt;!--StartFragment --&gt;The important thing to note is: The initial copy you used to import is not a checked out copy. It cannot be used to work with subversion. You need to check out your own copy. (Even though you already have all the files)&amp;#8221;.&lt;/FONT&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=52735"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=52735" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/jwatson/aggbug/52735.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>John Watson</dc:creator>
            <guid>http://geekswithblogs.net/jwatson/archive/2005/09/05/52735.aspx</guid>
            <pubDate>Mon, 05 Sep 2005 23:57:00 GMT</pubDate>
            <comments>http://geekswithblogs.net/jwatson/archive/2005/09/05/52735.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/jwatson/comments/commentRss/52735.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/jwatson/services/trackbacks/52735.aspx</trackback:ping>
        </item>
    </channel>
</rss>