<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: checkout code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 08 Oct 2008 07:56:20 GMT</pubDate>
    <description>DZone Snippets: checkout code</description>
    <item>
      <title>Subversion basic commands Part II</title>
      <link>http://snippets.dzone.com/posts/show/4707</link>
      <description>This code shows how to checkout, commit, and verify the changes to a project file in subversion. See also Subversion basic commands part 1 http://urltea.com/1urp . The Subversion Online book can be read here http://svnbook.red-bean.com/&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;# get the project to edit&lt;br /&gt;svn checkout http://mysite.com/svn/my-repository/my-project&lt;br /&gt;&lt;br /&gt;#add a new file to the project&lt;br /&gt;svn add feed/changelog&lt;br /&gt;&lt;br /&gt;# commit the changes to the repository&lt;br /&gt;svn commit feed&lt;br /&gt;&lt;br /&gt;# check to see that the actual changes have been committed.&lt;br /&gt;svn cat &lt;br /&gt;http://mysite.com/svn/my-repository/my-project/trunk/gwd/feed/gwd.rb&lt;br /&gt;&lt;br /&gt;#remove the local project files&lt;br /&gt;rm my-project -Rf&lt;br /&gt;&lt;br /&gt;#get the project files without version control&lt;br /&gt;svn export http://mysite.com/my-repository/my-project/trunk/gwd&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;</description>
      <pubDate>Sat, 27 Oct 2007 21:18:31 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4707</guid>
      <author>jrobertson (James Robertson)</author>
    </item>
  </channel>
</rss>
