summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-01 09:48:38 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-01 09:48:38 -0700
commit87a330b69d7c617e0a14f3aaa028e697b67a7fff (patch)
tree6fe4d581baf902cfa987f34d6a9847a5caea3260
parentdbb74f7abe050252655b7b4a0c4517e747ac7c08 (diff)
downloadportage-87a330b69d7c617e0a14f3aaa028e697b67a7fff.tar.gz
portage-87a330b69d7c617e0a14f3aaa028e697b67a7fff.tar.bz2
portage-87a330b69d7c617e0a14f3aaa028e697b67a7fff.zip
repoman: disable header/timestamp check for svnv2.2.0_alpha98
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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")