Indefero

Indefero Commit Details


Date:2009-01-21 12:25:49 (15 years 11 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:037b9b78aeb1729567091def1148d2233a5512f3
Parents: 388a98defd1dd1565b45eb2a603b6f7e0667acb5
Message:Fixed issue 106, crash with the cache and subversion.

Changes:

File differences

src/IDF/Scm/Svn.php
171171
172172
173173
174
174
175175
176176
177177
if ($file['type'] == 'blob') {
$file['size'] = (string) $entry->size;
}
$file['author'] = $entry->commit->author;
$file['author'] = (string) $entry->commit->author;
$file['perm'] = '';
$res[] = (object) $file;
}

Archive Download the corresponding diff file

Page rendered in 0.07312s using 14 queries.