<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    The git migration is not 100% done yet.<br>
    There is some fallout which I will be working on the next few days.<br>
    <br>
    1) svn:ignore's are gone. I 'll look into this tonight and tomorrow.<br>
    They need to be replaced with .gitignore files and there's a command
    to automate that but it doesn't work (I tried a lot):<br>
     
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/4484643/migration-from-svn-go-git-how-do-i-create-gitignore-files-for-a-big-repository">http://stackoverflow.com/questions/4484643/migration-from-svn-go-git-how-do-i-create-gitignore-files-for-a-big-repository</a><br>
    I 'll have to re-create that one by one, manually. I might miss some
    ignores.<br>
    <b>Closely examine your commits over the next few weeks that you are
      not committing files that should be ignored!</b><br>
    <br>
    Only after the most basic .gitignore's are added again, I 'll start
    distributing write authorization to everyone in the login list.<br>
    <br>
    2) empty directories are gone. I 'll look into this over the next
    couple of days.<br>
    <br>
    Git cannot handle empty directories at this time. It sucks and they
    might fix it someday, but currently it is not possible.<br>
    I tried several things to remedy this, but was unable to do so.<br>
    This means:<br>
    - In java or resources directories: all empty packages have been
    removed.<br>
    - In every module: every empty resources or test/java or
    test/resources directory has been removed.<br>
    - Under drools-container/drools-seam/drools-seam2 the directory src
    has been removed<br>
    - Under drools-container/drools-seam/drools-seam3 the directory src
    has been removed<br>
    - Under drools-docs, under images: empty dirs:<br>
    --
/drools-docs/drools-docs-expert/src/main/docbook/en-US/images/Chapter-JSR94<br>
    --
/drools-docs/drools-docs-expert/src/main/docbook/en-US/images/Chapter-Examples/BankingExample<br>
    --
/drools-docs/drools-docs-expert/src/main/docbook/en-US/images/Chapter-Examples/ShoppingExample<br>
    --
/drools-docs/drools-docs-planner/src/main/docbook/en-US/images/Chapter-Planner_introduction<br>
    --
/drools-docs/drools-docs-planner/src/main/docbook/en-US/images/Chapter-Solver<br>
    - <b>and a bunch we need to look into</b>:<br>
    -- /drools-eclipse/org.drools.eclipse/help<br>
    -- /drools-eclipse/org.drools.eclipse/lib<br>
    -- /drools-eclipse/org.drools.eclipse.task/lib<br>
    -- /drools-examples/drools-examples-drl/log<br>
    -- /install/db/driver<br>
    -- /install/sample/evaluation/bin<br>
    -- /osgi-bundles/src<br>
    -- /osgi-bundles/btm/org.drools.osgi.wrapper.btm/lib<br>
    --
/osgi-bundles/btm/org.drools.osgi.wrapper.btm/src/main/resources/META-INF<br>
    -- /osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/lib<br>
    -- /osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/src<br>
    -- /osgi-bundles/org.mvel/org.drools.osgi.wrapper.mvel2/lib<br>
    -- /osgi-bundles/org.mvel/org.drools.osgi.wrapper.mvel2/src<br>
    -- /osgi-bundles/src<br>
    - Some planner stuff:<br>
    -- /drools-planner/src/main/assembly/emptydir<br>
    -- /drools-planner/src/main/assembly/nurseRosteringCompetition/input<br>
    --
    /drools-planner/src/main/assembly/nurseRosteringCompetition/output<br>
    <br>
    See the second response on<br>
     
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository">http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository</a><br>
    On the plus side, this probably solves half the split packages
    cases.<br>
    <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
  </body>
</html>