<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -87,7 +87,7 @@ end
 
 gem_specification = Gem::Specification.new do |specification|
   specification.name = 'ext'
-  specification.version = '0.1.3'
+  specification.version = '0.1.4'
   specification.platform = Gem::Platform::RUBY
   specification.rubyforge_project = 'ext'
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -62,9 +62,13 @@ module Externals
       if revision
         change_to_branch_revision
       else
-        puts &quot;updating #{path}:&quot;
-        Dir.chdir path do
-          puts `git pull`
+        if File.exists? path
+          puts &quot;updating #{path}:&quot;
+          Dir.chdir path do
+            puts `git pull`
+          end
+        else
+          co(*args)
         end
       end
     end
@@ -145,7 +149,7 @@ module Externals
       if ir.size - rows.size != 1
         raise &quot;More than one row found matching #{path} in .gitignore&quot;
       end
-      
+
       open('.gitignore', 'w') do |f|
         f.write &quot;#{rows.compact.join(&quot;\n&quot;)}\n&quot;
       end</diff>
      <filename>lib/externals/scms/git_project.rb</filename>
    </modified>
    <modified>
      <diff>@@ -43,9 +43,13 @@ module Externals
       if revision
         change_to_revision
       else
-        puts &quot;updating #{path}:&quot;
-        Dir.chdir path do
-          puts `svn up .`
+        if File.exists? path
+          puts &quot;updating #{path}:&quot;
+          Dir.chdir path do
+            puts `svn up .`
+          end
+        else
+          co(*args)
         end
       end
     end
@@ -124,7 +128,7 @@ module Externals
       if ir.size - rows.size != 1
         raise &quot;More than one row found matching #{path} in svn propget svn:ignore&quot;
       end
-      
+
       Dir.chdir(parent) do
         puts `svn propset svn:ignore &quot;#{rows.compact.join(&quot;\n&quot;)}\n&quot; .`
       end
@@ -134,7 +138,7 @@ module Externals
       rows = ignore_text(path).split(/\n/)
 
       rows.delete_if {|row| row =~ /^\s*$/}
-      
+
       rows
     end
 </diff>
      <filename>lib/externals/scms/svn_project.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20c27e4dce265c3a48eb05d41d6dd4ecc721dcc3</id>
    </parent>
  </parents>
  <author>
    <name>Miles Georgi</name>
    <email>azimux@gmail.com</email>
  </author>
  <url>http://github.com/azimux/externals/commit/fdc4533550cc278570fe01b818eeb71b053c4154</url>
  <id>fdc4533550cc278570fe01b818eeb71b053c4154</id>
  <committed-date>2009-10-02T18:51:18-07:00</committed-date>
  <authored-date>2009-10-02T18:51:18-07:00</authored-date>
  <message>ext update now checkouts newly added subprojects</message>
  <tree>ca3a78e7754393938df9c5edb16c667e843a085a</tree>
  <committer>
    <name>Miles Georgi</name>
    <email>azimux@gmail.com</email>
  </committer>
</commit>
