repoman: disable header/timestamp check for svn v2.2.0_alpha98
authorZac Medico <zmedico@gentoo.org>
Sun, 1 Apr 2012 16:48:38 +0000 (09:48 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 1 Apr 2012 16:48:38 +0000 (09:48 -0700)
bin/repoman

index 54d864f1547833b41ff090b3f7594ff793ccc3ab..419790050832551bf1d98cfaef69dbccdded933f 100755 (executable)
@@ -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")