You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a directory out of date using the action for some strange reason. I did look into the possible causes and this Stackover Issue seems to address the issue.
Additional context
This might be an svn related issue refusing to commit files because of a date mismatch. using bash only, I resolved this by just running svn update before the commit. I have not added the steps to reproduce as it happens on a fresh commit, might be times from git. Have attached a snippet of the error message.
➤ Committing files...
Adding tags/1.0.4
svn: E155011: Commit failed (details follow):
svn: E155011: Directory '/home/runner/svn-force-reinstall/tags/1.0.4' is out of date
svn: E175014: Precondition on '/!svn/rvr/2733523/force-reinstall/trunk' failed
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Describe the bug
I get a directory out of date using the action for some strange reason. I did look into the possible causes and this Stackover Issue seems to address the issue.
Additional context
This might be an svn related issue refusing to commit files because of a date mismatch. using bash only, I resolved this by just running
svn update
before the commit. I have not added the steps to reproduce as it happens on a fresh commit, might be times from git. Have attached a snippet of the error message.The text was updated successfully, but these errors were encountered: