Skip to content
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

Resolve SVN commit failed: Directory out of date #96

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Resolve SVN commit failed: Directory out of date #96

merged 1 commit into from
Jun 2, 2022

Conversation

richard-muvirimi
Copy link
Contributor

@richard-muvirimi richard-muvirimi commented May 30, 2022

Description of the Change

This commit adds svn update which according to Svn Red Book

svn update brings changes from the repository into your working copy. If no revision is given, it brings your working copy up to date with the HEAD revision. Otherwise, it synchronizes the working copy to the revision given by the --revision (-r) option. As part of the synchronization, svn update also removes any stale locks

And this Stackoverflow Answer addresses the issue of svn failing to commit.

Closes #95

Alternate Designs

The svn update command needs to be run after adding files and before committing, which is impossible outside the context of this action.

Possible Drawbacks

None I could think of or find.

Verification Process

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Fixed - Resolve SVN commit failed: Directory out of date

Credits

Props @

Copy link
Contributor

@dinhtungdu dinhtungdu left a comment

Choose a reason for hiding this comment

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

@richard-muvirimi Thanks so much for the issue and PR!

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.

Directory out of date error Other files have been modified; changes not deployed
3 participants