Error releasing Grails plugin
Posted
by Don
on Stack Overflow
See other posts from Stack Overflow
or by Don
Published on 2010-05-08T17:32:22Z
Indexed on
2010/05/08
17:38 UTC
Read the original article
Hit count: 428
grails
|grails-plugin
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?
© Stack Overflow or respective owner