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

Bug: Access to '/!svn/me' forbidden #33

Closed
jakubmikita opened this issue Apr 1, 2020 · 7 comments
Closed

Bug: Access to '/!svn/me' forbidden #33

jakubmikita opened this issue Apr 1, 2020 · 7 comments
Labels
type:bug Something isn't working.

Comments

@jakubmikita
Copy link

Describe the bug
Action just throws:

➤ Committing files...
svn: E175013: Commit failed (details follow):
svn: E175013: Access to '/!svn/me' forbidden

Additional context
See the action log.

@jakubmikita jakubmikita added the type:bug Something isn't working. label Apr 1, 2020
@igorchernenko92
Copy link

Hi
I had the same issue
need to make sure the correct details have been set within the "secrets" in repo settings
issue for me was that I wrote the value for SVN_USERNAME wrong...its important to put proper attention on the writing...uppercase, lowercase etc

@helen
Copy link
Collaborator

helen commented Apr 1, 2020

@Kubitomakita In addition to double checking the username/password secrets, be sure that the user in question has been added as a committer to the plugin and you've tried again after maybe 10-15 minutes to be sure the permissions have taken effect on .org.

@jakubmikita
Copy link
Author

Double checked the credentials and committer status, but this might be related to #32

@jakubmikita
Copy link
Author

I found it... even when my username is CapiTalized SVN expects it to be capitalized for some reason...

@helen
Copy link
Collaborator

helen commented Apr 3, 2020

Glad you got that sorted! Might be worth documenting or linking to a .org resource about it if it keeps coming up.

@thejaydip
Copy link

I had the same issue. Any solution ?
issue

@jeffpaul
Copy link
Member

@thejaydip have you checked the username/password secrets in your GitHub repo, checked that the user is a committer on the plugin on WP.org, and checked the capitalization of the username as referenced above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

5 participants