Commit changes to WordPress Plugin SVN with TortoiseSVN

I’m trying to upload my plugin for the first time to the WordPress SVN. I’ve been granted access from the WordPress team. I am able to download the directory. Then I try to place my plugin files into the trunk folder, and then commit the changes. When I do this. I am prompted for my login credentials. I use the same ones that I use on the WordPress.org website. However, it keeps re-prompting me to enter my credentials.

I am not sure what I am doing wrong. I made a screencast of the process.

Read More

http://www.screencast.com/t/3QCfSdyM

Related posts

Leave a Reply

3 comments

  1. I’ve had issues with this as well, and my solution was to use a different form of the plug-in repository URL.

    They give you: http://plugins.svn.wordpress.org/PLUGIN-NAME

    With Tortoise SVN I’ve successfully used: http://svn.wp-plugins.org/PLUGIN-NAME

    Give that a try and see if it helps.

  2. Try clicking the “Save authentication” checkbox…? I had an issue like that, and if I wasn’t saving the authentication, I would have to reenter password before every single command or transfer.