SVN Repository fetch change-sets
Added by Christian Jacobs almost 13 years ago
Hi,
I have a challenge with the commit descriptions, Redmine loaded in its database.
I created a test-repository, added it to Redmine and tested a few things.
It worked so I deleted the test-repository and created a new repository with the same name. (I wanted to start with revision 0)
The problem is, that Redmine still has the old commit descriptions from the test-repo in its database.
I tried the following:
https://redmine.path/sys/fetch_changesets?key=<WS key>&id=ID
AS a WS key I used the API-Key under administration-settings-repository
As project ID, I used the identifier in project-administration-information
Maybe I misunderstood the command but it didn't reload all commit descriptions in the database (incl. existing ones).
I tried the following command in the console:
ruby script/runner "Repository.fetch_changesets" "-e production"
but I get the following error: "ruby/bin/.ruby.bin: No such file or directory -- script/runner (LoadError)"
I checked the ruby folder and the file is there.
Can someone help me? I would like to avoid to rename my repo in oder to get around this problem.
FYI: I use bitnami/redmine version 1.2.1
Thanks
Christian