Re: Problems releasing commons-parent 12

2009-10-22 Thread Dennis Lundberg
Siegfried Goeschl wrote: > Hi Niall, > > basically I had all problems you mentioned > > +) SVN 1.5 works and all newer version seems to be broken with M2 (SVN > 1.5.4 and 1.6 did not work) For full details on this issue see http://jira.codehaus.org/browse/SCM-406 > +) Maven 2.2.1 worked but not

Re: Problems releasing commons-parent 12

2009-10-21 Thread Niall Pemberton
On Wed, Oct 21, 2009 at 9:20 PM, Dennis Lundberg wrote: > Niall Pemberton wrote: >> On Tue, Oct 20, 2009 at 10:36 PM, James Carman >> wrote: >>> I did not rollback the commit. >> >> OK that worked for the release:prepare command - now I'm stuck on >> release:perform - it gets to the deploy:deploy

Re: Problems releasing commons-parent 12

2009-10-21 Thread Siegfried Goeschl
Hi Niall, basically I had all problems you mentioned +) SVN 1.5 works and all newer version seems to be broken with M2 (SVN 1.5.4 and 1.6 did not work) +) Maven 2.2.1 worked but not 2.0.9 & 2.0.10 +) some SVN problems stem from the fact you are committing on Europe SVN server Siegfried Goeschl

Re: Problems releasing commons-parent 12

2009-10-21 Thread Dennis Lundberg
Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:36 PM, James Carman > wrote: >> I did not rollback the commit. > > OK that worked for the release:prepare command - now I'm stuck on > release:perform - it gets to the deploy:deploy stage and I get the > following message: > > [INFO] The authen

Re: Problems releasing commons-parent 12

2009-10-21 Thread Dennis Lundberg
Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:25 PM, James Carman > wrote: >> On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton >> wrote: >>> I've tried it four times and it has failed with the same problem each >>> time. One of the changes in this release was to upgrade the >>> maven-releas

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 11:05 PM, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:36 PM, James Carman > wrote: >> I did not rollback the commit. > > OK that worked for the release:prepare command - now I'm stuck on > release:perform - it gets to the deploy:deploy stage and I get the > followi

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 11:17 PM, sebb wrote: > On 20/10/2009, Niall Pemberton wrote: >> On Tue, Oct 20, 2009 at 10:36 PM, James Carman >>   wrote: >>  > I did not rollback the commit. >> >> >> OK that worked for the release:prepare command - now I'm stuck on >>  release:perform - it gets to the

Re: Problems releasing commons-parent 12

2009-10-20 Thread sebb
On 20/10/2009, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:36 PM, James Carman > wrote: > > I did not rollback the commit. > > > OK that worked for the release:prepare command - now I'm stuck on > release:perform - it gets to the deploy:deploy stage and I get the > following message:

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 10:36 PM, James Carman wrote: > I did not rollback the commit. OK that worked for the release:prepare command - now I'm stuck on release:perform - it gets to the deploy:deploy stage and I get the following message: [INFO] The authenticity of host 'people.apache.org' can't

Re: Problems releasing commons-parent 12

2009-10-20 Thread James Carman
I did not rollback the commit. On Tue, Oct 20, 2009 at 5:34 PM, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:25 PM, James Carman > wrote: >> On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton >> wrote: >>> I've tried it four times and it has failed with the same problem each >>> time. One

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 10:25 PM, James Carman wrote: > On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton > wrote: >> I've tried it four times and it has failed with the same problem each >> time. One of the changes in this release was to upgrade the >> maven-release-plugin from version 2.0-beta-7

Re: Problems releasing commons-parent 12

2009-10-20 Thread James Carman
On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton wrote: > I've tried it four times and it has failed with the same problem each > time. One of the changes in this release was to upgrade the > maven-release-plugin from version 2.0-beta-7 to 2.0-beta-9. Perhaps I > should try reverting that changes

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 8:04 PM, Dennis Lundberg wrote: > Run the exact same command once more. > This has been known to happen from time to time. I've tried it four times and it has failed with the same problem each time. One of the changes in this release was to upgrade the maven-release-plugin

Re: Problems releasing commons-parent 12

2009-10-20 Thread Dennis Lundberg
Run the exact same command once more. This has been known to happen from time to time. Niall Pemberton wrote: > I'm having problems doing the release of commons-parent 12 > > Running the following command: > > mvn -Prelease release:prepare -Dusername=niallp -Dpassword=*** > > ...works par

Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
I'm having problems doing the release of commons-parent 12 Running the following command: mvn -Prelease release:prepare -Dusername=niallp -Dpassword=*** ...works partially. It updates the pom.xml (version & scm tags) and commits the changes but then fails when it tries to tag with the foll