Error releasing Grails plugin
- by Don
Hi,
I checked out the trunk of my plugin from the Grails svn repo, made some changes, incremented the version number to 0.2.1, then ran release-plugin. It failed with the error shown below:
Checking in plugin zip...
Updating from SVN...
Updated to revision 61343. Committing local, please wait...
Enter a SVN commit message:
Fixed bug with controller dependency version and upgraded to grails 1.2.2
Committing code. Please wait...
Failed to stat working directory: svn: Commit failed (details follow):
svn: Authentication required for '<https://svn.codehaus.org:443> grails-plugins primary Subversion repository'
Application context shutting down...
Application context shutdown.
It's possible that my password is not correct, but I'm pretty sure it is. Does anyone know what the problem could be, and is there some way I can verify that the password I'm using is correct?