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.
Try changing your password @ wordpress.org then retry.
If still fails check your firewall log
If it still fails … ask Andrew Nacin 🙂 http://twitter.com/#!/blamenacin 🙂
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.
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.