Hi, As a continuation of this question I would like to revert changeset 21219686. But I am having trouble doing this with two different methods.
Can anyone help with this? Or just go ahead and do the revert for us? Thanks asked 23 Mar '14, 21:06 eric22 |
One Answer:
You need to add a changeset comment when calling the Perl code. For example:
answered 23 Mar '14, 21:58 Richard ♦ |
That gets rid of the two "Use of..." errors at the top, but not the 404...
Interestingly, when I set "dryrun=0" in the config file and run again, the 404 error disappears, but instead I get "cannot create changeset: 401 Authorization Required". I wonder if this indicates my name/PW are wrong in the config file. But I've checked pretty closely, I really think they're correct.
Yes, that's because you're pointing at a test instance on OSM's development server (api06.dev.openstreetmap.org). You need to change this to the URL of the main OSM API. This is documented in the README at http://svn.openstreetmap.org/applications/utils/revert/README .
Richard: Thanks for putting me on the right track. I figured it out :)