I have got my plugin live now on wordpress.org but I cant do another commit to it when using tortoisesvn on the windows platform, I need to fix my readme.txt I can do svn update with tortoisesvn, and it gets the files fine, can then edit the readme.txt file but when trying to do svn commit or anything like that, I get error message of "Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request.
Anyone have any ideas ?
Command = Commit
Modified = C:\...\trunk\readme.txt
Error = Commit failed (details follow):
Error = Server sent unexpected return value (403 Forbidden) in response to CHECKOUT
Error = request for '/!svn/ver/258937/.../trunk/readme.txt'
Finished!
Have just tried it on a local machine running fedora, and got same error message.
Sending trunk/readme.txt
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for '/!svn/ver/258937/wp-realtime-sitemap/trunk/readme.txt'
Seems was a login issue, has to be exactly how it is here, both username and password are case sensitive, was sure I log in here with my username as all lowercase but svn does not work with this, has be case sensitive this fixed my issue anyway.