Subversion commit over https Required This is the most important thing and the easiest to get wrong. If you can not commit to the repo, the release will fail in the middle and you will have to rollback the changes by hand.
You must be able to commit using svn over https to do a release. Make sure your check out is over https
$ svn info
Path: .
URL: https://svn.codehaus.org/xbean/trunk
Also make sure you can commit to the https checkout. This requires that you have a password setup on Codehaus, which is not the default for new Codehaus accounts. Double check this by making an insignificant change to a file and cheking it in.
$ vi somefile
$ svn commit somefile |