Ticket #1187: bcp.diff

File bcp.diff, 420 bytes (added by alexott@…, 15 years ago)

fix for ignore .svn & CVS directories

  • tools/bcp/add_path.cpp

     
    4444   //
    4545   if((p.leaf() == "bin") || (p.leaf() == "bin-stage"))
    4646      return;
     47   if((p.leaf() == ".svn") || (p.leaf() == "CVS"))
     48      return;
    4749   //
    4850   // don't add directories not under version control:
    4951   //