<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
+
 #!/bin/bash
 
 set -e
@@ -21,9 +22,14 @@ do
   echo &quot;$local_directory -&gt; $remote_url&quot;
 
   mkdir -p .git_externals
-
-  (cd .git_externals \
-   &amp;&amp; git svn clone &quot;$revision&quot; &quot;$remote_url&quot; &quot;$local_directory&quot;)
+  
+  if [ -n &quot;$revision&quot; ]; then
+      (cd .git_externals \
+          &amp;&amp; git svn clone &quot;$revision&quot; &quot;$remote_url&quot; &quot;$local_directory&quot;)
+  else
+      (cd .git_externals \
+          &amp;&amp; git svn clone &quot;$remote_url&quot; &quot;$local_directory&quot;)
+  fi
 
   ln -s .git_externals/&quot;$local_directory&quot; &quot;$local_directory&quot;
 </diff>
      <filename>git-svn-clone-externals</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fab0d5cc543e62c934183e7d53a5f775c8017152</id>
    </parent>
  </parents>
  <author>
    <name>Espen Volden</name>
    <email>espenv@hardware.no</email>
  </author>
  <url>http://github.com/andrep/git-svn-clone-externals/commit/83ca59a070d3653ec07d49b97b350cba3c61e218</url>
  <id>83ca59a070d3653ec07d49b97b350cba3c61e218</id>
  <committed-date>2009-01-29T03:12:52-08:00</committed-date>
  <authored-date>2009-01-29T03:12:52-08:00</authored-date>
  <message>Fixed a bug that would cause &quot;git svn clone&quot; to fail with the error
message &quot;SVN repository location required as a command-line argument&quot; if
the $revision variable was empty.</message>
  <tree>f129f2528b90a38ef64350a9c779bd0782dd047c</tree>
  <committer>
    <name>Espen Volden</name>
    <email>espenv@hardware.no</email>
  </committer>
</commit>
