Merge "If we're going to apply acls, we need a dir"
diff --git a/jeepyb/cmd/manage_projects.py b/jeepyb/cmd/manage_projects.py
index 580ae23..5b482eb 100644
--- a/jeepyb/cmd/manage_projects.py
+++ b/jeepyb/cmd/manage_projects.py
@@ -539,6 +539,12 @@
                 if acl_config:
                     acl_sha = acl_cache.get(acl_config)
                     if project_cache[project].get('acl-sha') != acl_sha:
+
+                        if not os.path.exists(repo_path):
+                            u.make_local_copy(
+                                repo_path, project, project_list,
+                                git_opts, ssh_env, upstream, GERRIT_HOST,
+                                GERRIT_PORT, project_git, GERRIT_GITID)
                         process_acls(
                             acl_config, project, ACL_DIR, section,
                             remote_url, repo_path, ssh_env, gerrit,