commit | 9360966bd2ff68fd7257b50df1a7fcb5e62fe189 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Apr 21 10:50:33 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Tue Apr 21 10:54:59 2009 -0700 |
tree | d9e7183ddde5e647ae2a417b278e7c1e90a5379c | |
parent | ef9ce1d0a556211687cec6a782de366407255f41 [diff] |
Perform copy file activity when creating a new work directory Performance improvements in repo sync caused us to skip out of the initial Sync_LocalHalf without ever running CopyFiles, so we didn't create the top level Makefile in new clients whose manifest request one with a <copyfile> element. Now we run CopyFiles after the initial read-tree that populates the project working directory. Signed-off-by: Shawn O. Pearce <sop@google.com>