Hey there, I'm trying to get my first plugin into Extend's SVN repo, and I'm getting a weird error.
I checked out the new repo, added my files to the trunk directory, SVN ADDed them. But when I commit and give my credentials I get this error:
svn: CHECKOUT of '/!svn/ver/41091/jqs-random/trunk': 403 Forbidden (http://svn.wp-plugins.org)
Can someone clue me in? Tx
I had that a while ago. In may case, it turned out that the username was case sensitive. It didn't mind it for checking out, but for checking in it insisted that I had the case right.
Naw that didn't do it. I've tried checking it out again by explicitly giving my username (rather than having svn pass my local login name which is the same) and I get he same error.
Does anyone know who I can talk to in order to resolve this?
Takaitra
Member
Posted 11 months ago #
Thanks LesBessant. Specifying my username in the correct case solved the svn check in problem for me.