Skip to content

download_changesets_uid.sh #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

SomeoneElseOSM
Copy link
Collaborator

Apply similar changes as just checked in to download_changesets.sh
Also moved start date in download_changesets.sh back to 2013 (I changed that for testing and forgot to change it back).
As before, this is just a "get it working 99% of the time again" fix - likely the way forward is #31 .

Andy Townsend added 2 commits June 27, 2023 22:56
Apply similar changes as just checked in to download_changesets.sh
Also moved start date in download_changesets.sh back to 2013.
@AntonKhorev
Copy link
Collaborator

try

user_changesets.pl download changes --uid <uid>

it was only ever an extreme outlier and it has now been removed from the data.
Undo.pm Outdated
@@ -131,7 +131,7 @@ sub determine_undo_action
my $restore_version;
my $override_version;
my $override = 0;
my $force = 0; # if this is set to 1, any object touched by the undo userwill be reverted even if there are later modifications by others
my $force = 1; # if this is set to 1, any object touched by the undo userwill be reverted even if there are later modifications by others
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't this pull request about shell scripts? They don't call perl scripts.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was - that change to Undo.pm shouldn't have been in here.

even though very often it will need to be set to
force through changes.
@SomeoneElseOSM
Copy link
Collaborator Author

No need for this any more - "user_changesets.pl" does that now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants