Re: Problem in release:prepare

2009-03-16 Thread Olivier Lamy
Hi, The fix is deployed in last maven-release-plugin 2.0-beta-9-SNAPSHOT As it's a really platform dependant issue, I'd like to have some tests on various svn version / os. To test it you have to use the apache snapshots repo : https://repository.apache.org/content/groups/snapshots And configurin

Re: Problem in release:prepare

2009-03-14 Thread Stephen Connolly
I have read reports that svn compiled with serf and not neon works with tagging no problemo I'll have a shot at confirming this on monday -Stephen 2009/3/14 Olivier Lamy > Hi Folks, > I have added some proposals here : http://jira.codehaus.org/browse/SCM-262 > > Comments are welcome ! > Th

Re: Problem in release:prepare

2009-03-14 Thread Olivier Lamy
Hi Folks, I have added some proposals here : http://jira.codehaus.org/browse/SCM-262 Comments are welcome ! Thanks, -- Olivier 2009/3/14 Jochen Wiedmann : > On Fri, Mar 13, 2009 at 11:43 PM, Edelson, Justin > wrote: > >> This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and >>

Re: Problem in release:prepare

2009-03-14 Thread Jochen Wiedmann
On Fri, Mar 13, 2009 at 11:43 PM, Edelson, Justin wrote: > This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and > rerun release:prepare. Thanks for the hint, Justin! -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because

Re: Problem in release:prepare

2009-03-13 Thread Stephen Connolly
-- From: Jochen Wiedmann [mailto:jochen.wiedm...@gmail.com] Sent: Friday, March 13, 2009 6:40 PM To: Maven Users List Subject: Problem in release:prepare Hi, I am trying to push a release of Apache RAT to the Nexus staging repository, following the instructions from http://maven.apache.org/dev

RE: Problem in release:prepare

2009-03-13 Thread Edelson, Justin
This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and rerun release:prepare. -Original Message- From: Jochen Wiedmann [mailto:jochen.wiedm...@gmail.com] Sent: Friday, March 13, 2009 6:40 PM To: Maven Users List Subject: Problem in release:prepare Hi, I am trying to

Problem in release:prepare

2009-03-13 Thread Jochen Wiedmann
Hi, I am trying to push a release of Apache RAT to the Nexus staging repository, following the instructions from http://maven.apache.org/developers/release/releasing.html The first steps, up and including release:clean are working well. However, when I finally run release:prepare, then I rec

Re: No more problem in release:prepare

2007-07-04 Thread javijava
add a trailing slash perhaps? Thanks 4 all to help me!! i can do the release now. In the POM file I only have in the the dev connexion scm:svn:svn://localhost:80/svn/prova/repo/autentia/trunk An I specify the tag base there: maven-release-plugin

Re: problem in release:prepare

2007-07-04 Thread Andrew Williams
add a trailing slash perhaps? On 3 Jul 2007, at 12:36, javijava wrote: Thanks to reply Andy, I quit all the references to repositorys at the POm file except the SCM, I include "/trunk" in the scm:svn:http:// connection string, but i have the same error!! :( Maven try to tag release w

Re: problem in release:prepare

2007-07-03 Thread Steven Rowe
Hi Javier, Specify http://server/autentia/tags in the for maven-release-plugin, and make sure that this directory exists in the repository - Subversion refuses to make a tag in a directory which is not already in the repository. Steve javijava wrote: > Thanks to reply Andy, > > I quit all the

Re: problem in release:prepare

2007-07-03 Thread javijava
Thanks to reply Andy, I quit all the references to repositorys at the POm file except the SCM, I include "/trunk" in the scm:svn:http:// connection string, but i have the same error!! :( Maven try to tag release with the label svn://localhost:80/svn/autentia/trunkautentia-1.0 More ideas And

Re: problem in release:prepare

2007-07-03 Thread Andrew Williams
Assuming that you intend to work from trunk (which you do ;) ) then you should include "/trunk" on the end of your scm connection string. There will be no need for further configuration with tagbase etc, as when you do things in the standard manner maven can figure the rest out for you. A

Re: problem in release:prepare

2007-07-03 Thread javijava
Sorry, if this is very,very basic . For example: If i have a project called 'autentia': The directories must be: server/autentia/trunk server/autentia/branches server/autentia/tags well.. now, how must be the POM file.. something like this: ??? scm:svn:http://server/autentia

Re: problem in release:prepare

2007-07-03 Thread javijava
Hi Emmanuel, Sure, I don't know the standard structure because i'm new wiyh SVN. Can you explain me in 3 lines how to use better the svn directories? If I have a server with a project called 'autentia' 4 example. how will be my repositori directories? in the POM file Which directory must be

Re: problem in release:prepare

2007-07-03 Thread Emmanuel Venisse
It seems that you don't use the standard svn directory structure (branches/tags/trunk), so you should define the tagBase parameter on the release plugin. Emmanuel javijava a écrit : Hi , when I try to do a release on svn working copy I have this mesage: [INFO] [release:prepare] [INFO] Resum

problem in release:prepare

2007-07-03 Thread javijava
Hi , when I try to do a release on svn working copy I have this mesage: [INFO] [release:prepare] [INFO] Resuming release from phase 'scm-tag' [INFO] Tagging release with the label autentiaNegocio-1.0... [INFO] Executing: svn --password * --non-interactive copy --file C:\DOCUME~1 \9jfernad\C