More files needed
diff --git a/tools/setup_local_repo.rb b/tools/setup_local_repo.rb
index 8aa9d8d..664dd58 100755
--- a/tools/setup_local_repo.rb
+++ b/tools/setup_local_repo.rb
@@ -40,6 +40,7 @@
   end
 
   # for each file, if it does not exist, copy the file from the ASF repo
+  # TODO it might be better to copy from samples
   (entry['files'] || []).each do |file|
     filepath = File.join(svndir,file)
     revision, err = ASF::SVN.getRevision(filepath)
@@ -57,5 +58,8 @@
       end
     end
   end
-
+  # Also need basic versions of:
+  # grants.txt
+  # cclas.txt
+  # Meetings/yyyymmdd/memapp-received.txt where yyyymmdd is within the time limit
 end