Skip to content

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 @

@jeffpaul jeffpaul requested a review from dinhtungdu June 2, 2022 03:26
@jeffpaul jeffpaul added this to the Future Release milestone Jun 2, 2022
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