From 87a330b69d7c617e0a14f3aaa028e697b67a7fff Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 1 Apr 2012 09:48:38 -0700 Subject: repoman: disable header/timestamp check for svn --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 54d864f15..419790050 100755 --- a/bin/repoman +++ b/bin/repoman @@ -547,7 +547,7 @@ if options.if_modified == "y" and vcs is None: options.if_modified = "n" # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075). -vcs_preserves_mtime = vcs not in ('git',) +vcs_preserves_mtime = vcs not in ('git', 'svn') vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split() vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS") -- cgit v1.2.3-1-g7c22