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
- 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/526467
- Solution
- Fixed commit 39593
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4097
- Created
- Wednesday 11 January, 2012 01:13:31 UTC
by Marc Laporte - LastModif
- Friday 20 January, 2012 16:06:36 UTC