Loading...
 
Skip to main content

module svnup : Remove dependency on sh doc/devtools/svnup.sh

Status
Closed
Subject
module svnup : Remove dependency on sh doc/devtools/svnup.sh
Version
9.x
Category
  • Error
Feature
Administration
Submitted by
Marc Laporte
Lastmod by
Marc Laporte
Rating
(0)
Description

last_update.php contains:

Copy to clipboard
/* trick for use with doc/devtools/svnup.sh */ if ( is_file('.lastup') and is_readable('.lastup') ) { $lastup = file('.lastup'); $smarty->assign('lastup', trim($lastup[0])); } if ( is_file('.svnrev') and is_readable('.svnrev') ) { $svnrev = file('.svnrev'); $smarty->assign('svnrev', trim($svnrev[0])); }


But there is perhaps another way:
http://stackoverflow.com/a/111459/526467Question

Solution
Fixed commit 39593
Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4097
Created
Wednesday 11 January, 2012 01:13:31 UTC
by Marc Laporte
LastModif
Friday 20 January, 2012 16:06:36 UTC


Show PHP error messages