Defect #11673
changesets fetching documentation is not up to date
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Documentation | |||
Target version: | - | |||
Resolution: | Fixed | Affected version: | 2.0.0 |
Description
The changesets fetching method in the wiki is not up-to-date with the latests versions.
Users must use
./script/rails runner "Repository.fetch_changesets" -e production
instead of
ruby script/runner "Repository.fetch_changesets" -e production
which is documented in RedmineRepositories.
History
#1
Updated by Etienne Massip almost 10 years ago
- Category changed from Website (redmine.org) to Documentation
- Status changed from New to Closed
- Assignee deleted (
Jean-Philippe Lang) - Affected version (unused) set to 2.0.0
- Resolution set to Fixed
- Affected version set to 2.0.0
Thanks, updated.