# # # patch "mtn_cvs/cvs_sync.cc" # from [f7a424018162a37df9c1b6c313e8ba3059af993e] # to [d95651a9f3ca150e7edb2e426bd725610039853b] # ============================================================ --- mtn_cvs/cvs_sync.cc f7a424018162a37df9c1b6c313e8ba3059af993e +++ mtn_cvs/cvs_sync.cc d95651a9f3ca150e7edb2e426bd725610039853b @@ -634,8 +634,8 @@ mtn_automate::sync_map_t cvs_repository: { #if 1 if (i->second->cvs_version.empty()) - { if (i->first.empty()) - { W(F("internal error: empty node\n")); + { if (i->second->sha1sum().empty()) + { W(F("internal error: directory '%s' skipped\n") % i->first); continue; } W(F("blocking attempt to certify an empty CVS revision of '%s'\n"