Ticket #622 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

svn_root is incorrect in 0.6.4 gem

Reported by: Diantra Assigned to:
Priority: critical Milestone:
Component: core Keywords:
Cc:

Description

The current 0.6.4 gem contains an invalid SVN URL which produces a 302. This is quite nasty when unfreezing and then edge-freezing an existing install as the second step will fail. Any subsequent rake commands will fail as well, because boot.rb has been altered for frozen Radiant already.

I guess the following has to be changed.

gems/radiant-0.6.4/lib/tasks/framework.rake:

- svn_root = "http://dev.radiantcms.org/svn/radiant/"
+ svn_root = "http://svn.radiantcms.org/radiant/"

Change History

03/20/08 10:08:54 changed by seancribbs

  • status changed from new to closed.
  • resolution set to fixed.

Resolved in [775]