]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS/comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment
remove x bit from comments.pm
[ikiwiki.git] / doc / forum / Have_creation_time_for_new_pages_fetched_from_the_VCS / comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment
1 [[!comment format=mdwn
2  username="http://joey.kitenet.net/"
3  nickname="joey"
4  subject="comment 1"
5  date="2011-07-19T15:50:41Z"
6  content="""
7 This is not done for reasons of speed. `rcs_getctime` is for many VCSs still slow, requiring a new svn or whatever to be forked off (and in the case of svn, possibly make a network connection). In the case where a commit comes in that adds multiple pages, that would be a lot of work. And for the VCSs where it's not slow, it manages to not be slow by optimising for the case where *all* the times for all pages are looked up in one go .. which is still rather a lot to do when only a single new page has been added. So we lose either way, and it's not suitable for being run all the time, unfortunately.
8 """]]