Defect #5620
closeddiff in stable revision and realy revisions
0%
Description
Current stable 0.9.4 says that it is revision = 3764. Than look here
http://redmine.rubyforge.org/svn/branches/0.9-stable/app/helpers/application_helper.rb
and
look here http://redmine.rubyforge.org/svn/trunk/app/helpers/application_helper.rb?p=3764
and try to find function "checked_image" in stable and in 3764.
It looks that this is not really 3764 revision. Problem was find while installing plugins.
Updated by Mischa The Evil over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Vladislav R wrote:
Current stable 0.9.4 says that it is revision = 3764.
False. The latest revision which is included in the svn-tag of release 0.9.4 (source:tags/0.9.4) is r3733 (which created the tag). This tag is taken from the 0.9-stable branch (source:branches/0.9-stable) which currently holds unreleased changes for the following stable point release (0.9.5).
The 0.9-stable branch (source:branches/0.9-stable) currently is at r3742.
The trunk (which contains changes for upcoming major release 1.0.0 (RC)) currently is at r3764.
Vladislav R wrote:
Than look here
http://redmine.rubyforge.org/svn/branches/0.9-stable/app/helpers/application_helper.rb
and
look here http://redmine.rubyforge.org/svn/trunk/app/helpers/application_helper.rb?p=3764and try to find function "checked_image" in stable and in 3764.
It looks that this is not really 3764 revision. Problem was find while installing plugins.
Indeed, as explained above the first link (branches/0.9-stable/app/...) points to the file at r3742 at its maximum. The second link (trunk/app/...) points to the file in the trunk at r3764.
See also the Release Management-page in the Redmine Developer Guide.
Obviously this is not a defect in Redmine thus it will be closed as such.