Indefero

Indefero Commit Details


Date:2009-07-08 17:05:36 (15 years 5 months ago)
Author:Loic d'Anterroches
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:1a067ca107c98317646df5664d219632aef7e2ea
Parents: c321e4828b7c23a2ae440e36be1264deec232448
Message:Fixed crash of the Subversion backend when requesting a non existing revision.

Changes:

File differences

src/IDF/Scm/Svn.php
350350
351351
352352
353
354
355
353356
354357
355358
*/
public function getCommit($commit, $getdiff=false)
{
if (!$this->isValidRevision($commit)) {
return false;
}
$res = array();
$cmd = sprintf(Pluf::f('svn_path', 'svn').' log --xml --limit 1 -v --username=%s --password=%s %s@%s',
escapeshellarg($this->username),

Archive Download the corresponding diff file

Page rendered in 0.07903s using 13 queries.