Indefero

Indefero Commit Details


Date:2010-05-17 12:40:26 (14 years 7 months ago)
Author:Vladimir Solomatin
Branch: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:430c9cb00ee626a831870a15929de5fa38c05371
Parents: 89780b0317530024163b9bebecd8791a422bc3f5
Message:Fixed issue 467, exception when deleting an orphan git repo.

Changes:

File differences

AUTHORS
2323
2424
2525
26
27
2628
2729
2830
Ludovic Bellière
Brian Armstrong
Raphaël Emourgeon
Jakub Viták
Vladimir Solomatin
And all the nice users who spent time reporting issues and promoting
the project. The project could not live without them.
src/IDF/Plugin/SyncGit/Cron.php
9999
100100
101101
102
102103
103104
104105
if (count($orphans)) {
$cmd = Pluf::f('idf_exec_cmd_prefix', '').'rm -rf '.implode(' ', $orphans);
exec($cmd);
clearstatcache();
while (list(, $project) = each($orphans)) {
if (is_dir($project)) {
throw new Exception(sprintf('Cannot remove %s directory.', $project));

Archive Download the corresponding diff file

Page rendered in 0.07491s using 14 queries.