Accessing SVN
-
When first creating my plugin I was using Windows and Tortoise SVN to update and push changes to the plugin SVN.
Now, however, I am running Ubuntu 16.04LTS and need to connect again to push new updates.
The problem is that no matter how I try, I cannot gain access to commit.
Running
svn ci -m "updated readme for recent WP versions" --username HarmonicDesign --password mySuperSecretWordPressForumPassword
yields
svn: E215004: Commit failed (details follow):
svn: E215004: No more credentials or we tried too many times.
Authentication failedor
svn: E215004: Commit failed (details follow):
svn: E175013: Access to ‘/!svn/me’ forbidden
Authentication faileddepending on which account I attempt to access it with.
Anyone have an idea on what’s going on? I’m hoping it’s something simple and stupid such as trying to commit to the wrong repository or something. Perhaps the dev svn is a different path than https://plugins.svn.www.ads-software.com/plugin-name.
Any help would be much appreciated!
- The topic ‘Accessing SVN’ is closed to new replies.