Diff
Not logged in

Differences From:

File src/add.c part of check-in [141c31792b] - Do not allow the current repository to be added to the set of files for a repository. Ticket 8e9136e8. by drh on 2008-07-23 17:36:39. [view]

To:

File src/add.c part of check-in [b54de50ac5] - Update for making mycfg.exe. WARNING: This is an incompatible change. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. by urmil on 2008-11-03 09:55:46. [view]

@@ -68,9 +68,9 @@
     }
     file_tree_name(zName, &pathname, 1);
     zPath = blob_str(&pathname);
     if( strcmp(zPath, "manifest")==0
-     || strcmp(zPath, "_FOSSIL_")==0
+     || strcmp(zPath, "_MYCFG_")==0
      || strcmp(zPath, "manifest.uuid")==0
      || blob_compare(&pathname, &repo)==0
     ){
       fossil_warning("cannot add %s", zPath);