User Details
- User Since
- Sep 27 2017, 9:20 AM (242 w, 3 d)
Jun 9 2020
Feb 11 2019
Hi, I still need this. Since my P4 repo has "purged" changesets, I can't import without this patch.
Feb 15 2018
Jan 23 2018
Jan 22 2018
I will have a followup patch to handle 'purge' file actions at some point, but it's not yet clear to me how to do it in the most useful and nonsurprising way. :-) In the meantime, this is a useful step.
Jan 19 2018
Jan 18 2018
When files are affected, the repo needs to be reimported. Since the commit hashes change (to include the previously omitted exec bits), all users must be informed to reclone as well...
Dec 27 2017
Dec 17 2017
Dec 15 2017
Dec 12 2017
Nov 30 2017
Nov 27 2017
Patch revised to address comment.
Nov 21 2017
Nov 3 2017
Should be combined with D1307.
Nov 2 2017
Oct 4 2017
Previously, flags were only stored in fileinfo when a file had some (either x or l). This patch now stores flags for all files; they're just almost always empty. In an import of 48K files, that's a lot of memory storage for nothing. There's also runtime overhead, because now we're always calling mf.setflag().