Indefero

Indefero Commit Details


Date:2010-11-17 12:10:51 (14 years 1 month ago)
Author:Thomas Keller
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:08ef485ca99a9627790592aeff72f76c23a477e6
Parents: 35e670a1abe7989500e50b6333d09873cc683a71
Message:Return the proper validation value if "HEAD" is the to-be-validated revision (fixes issue 568)

Changes:

File differences

src/IDF/Scm/Svn.php
141141
142142
143143
144
144
145145
146
146147
147148
148149
public function validateRevision($rev)
{
if ($rev == 'HEAD') {
return true;
return IDF_Scm::REVISION_VALID;
}
$cmd = sprintf(Pluf::f('svn_path', 'svn').' info --username=%s --password=%s %s@%s',
escapeshellarg($this->username),
escapeshellarg($this->password),

Archive Download the corresponding diff file

Page rendered in 0.07909s using 14 queries.