<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,9 +15,9 @@ if [ $1 = &quot;update&quot; ]; then
     if [ -r $3 ]; then
         rm -rvf $3
     fi
-
+ 
     if [ -r $tempfile/vendor ]; then
-        for f in $(find $tempfile/vendor -type d); do
+        for f in $(find $tempfile/vendor -type d -depth 1); do
             if [ $f != &quot;$tempfile/vendor&quot; ]; then
                 cp -vr $f $4
             fi
@@ -26,12 +26,13 @@ if [ $1 = &quot;update&quot; ]; then
     fi
 else
     if [ -r $tempfile/vendor ]; then
-        for f in $(find $tempfile/vendor -type d); do
+        ls $tempfile/vendor
+        for f in $(find $tempfile/vendor -type d -depth 1); do
             if [ $f != &quot;$tempfile/vendor&quot; ]; then
                 echo &quot;$2&quot; &gt; $f/.new
-                cp -vr $f $3
+                cp -rv $f $3
                 
             fi
         done
     fi
-fi
+fi
\ No newline at end of file</diff>
      <filename>python/couchapp/_external/git.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e5333b0bd4ff888fcf946ef6c7df2884eb93360</id>
    </parent>
  </parents>
  <author>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </author>
  <url>http://github.com/jchris/couchapp/commit/1d6b96a0535364c61b356d68e08161581339603f</url>
  <id>1d6b96a0535364c61b356d68e08161581339603f</id>
  <committed-date>2009-03-27T04:19:05-07:00</committed-date>
  <authored-date>2009-03-27T04:19:05-07:00</authored-date>
  <message>fix script. create vendor _attachments in right path</message>
  <tree>d62e16efe1304f3a6f410f5b9795096eac371d19</tree>
  <committer>
    <name>Benoit Chesneau</name>
    <email>bchesneau@gmail.com</email>
  </committer>
</commit>
