--- bin/repoman.orig 2013-10-20 23:43:08.342000000 -0400 +++ bin/repoman 2013-10-20 23:43:24.341000000 -0400 @@ -544,7 +544,7 @@ options.if_modified = "n" # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075). -vcs_preserves_mtime = vcs in ('cvs',) +vcs_preserves_mtime = vcs in ('cvs', None) vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split() vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")