svn out of sync?

2011-06-20 Thread Simone Tripodi
Hi all guys,
I was trying to push the Digester3 RC1, but while performing
release:prepare I got the following error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.0:prepare
(default-cli) on project commons-digester3: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The svn tag command failed.
[ERROR] Command output:
[ERROR] svn: Path
'https://svn.apache.org/repos/asf/commons/sandbox/digester3/trunk'
does not exist in revision 1137620

Which is the cause of that problem? The EU mirror out of sync, if I
remember correctly, or not?
Many thanks in advance, have a nice day!
All the best,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: svn out of sync?

2011-06-20 Thread Antonio Petrelli
2011/6/20 Simone Tripodi simonetrip...@apache.org

 Hi all guys,
 I was trying to push the Digester3 RC1, but while performing
 release:prepare I got the following error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-release-plugin:2.0:prepare
 (default-cli) on project commons-digester3: Unable to tag SCM
 [ERROR] Provider message:
 [ERROR] The svn tag command failed.
 [ERROR] Command output:
 [ERROR] svn: Path
 'https://svn.apache.org/repos/asf/commons/sandbox/digester3/trunk'
 does not exist in revision 1137620

 Which is the cause of that problem? The EU mirror out of sync, if I
 remember correctly, or not?
 Many thanks in advance, have a nice day!
 All the best,
 Simo


Do a svn update and retry mvn release:prepare.
This way it works, at least for me.

Antonio


Re: svn out of sync?

2011-06-20 Thread Phil Steitz
On 6/20/11 6:11 AM, Simone Tripodi wrote:
 Hi all guys,
 I was trying to push the Digester3 RC1, but while performing
 release:prepare I got the following error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-release-plugin:2.0:prepare
 (default-cli) on project commons-digester3: Unable to tag SCM
 [ERROR] Provider message:
 [ERROR] The svn tag command failed.
 [ERROR] Command output:
 [ERROR] svn: Path
 'https://svn.apache.org/repos/asf/commons/sandbox/digester3/trunk'
 does not exist in revision 1137620

Personally, I avoid the release plugin like the plague, but from
above it looks like it is trying to create a tag from a sandbox path.

Phil
 Which is the cause of that problem? The EU mirror out of sync, if I
 remember correctly, or not?
 Many thanks in advance, have a nice day!
 All the best,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: svn out of sync?

2011-06-20 Thread James Carman
The scm URL in the pom.xml file needs updating it appears
On Jun 20, 2011 9:35 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 6/20/11 6:11 AM, Simone Tripodi wrote:
 Hi all guys,
 I was trying to push the Digester3 RC1, but while performing
 release:prepare I got the following error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-release-plugin:2.0:prepare
 (default-cli) on project commons-digester3: Unable to tag SCM
 [ERROR] Provider message:
 [ERROR] The svn tag command failed.
 [ERROR] Command output:
 [ERROR] svn: Path
 'https://svn.apache.org/repos/asf/commons/sandbox/digester3/trunk'
 does not exist in revision 1137620

 Personally, I avoid the release plugin like the plague, but from
 above it looks like it is trying to create a tag from a sandbox path.

 Phil
 Which is the cause of that problem? The EU mirror out of sync, if I
 remember correctly, or not?
 Many thanks in advance, have a nice day!
 All the best,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org



Re: svn out of sync?

2011-06-20 Thread Simone Tripodi
How idiot I am, you are right, I didn't even notice it :)
thanks!!!
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Mon, Jun 20, 2011 at 3:58 PM, James Carman
jcar...@carmanconsulting.com wrote:
 The scm URL in the pom.xml file needs updating it appears
 On Jun 20, 2011 9:35 AM, Phil Steitz phil.ste...@gmail.com wrote:
 On 6/20/11 6:11 AM, Simone Tripodi wrote:
 Hi all guys,
 I was trying to push the Digester3 RC1, but while performing
 release:prepare I got the following error:

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-release-plugin:2.0:prepare
 (default-cli) on project commons-digester3: Unable to tag SCM
 [ERROR] Provider message:
 [ERROR] The svn tag command failed.
 [ERROR] Command output:
 [ERROR] svn: Path
 'https://svn.apache.org/repos/asf/commons/sandbox/digester3/trunk'
 does not exist in revision 1137620

 Personally, I avoid the release plugin like the plague, but from
 above it looks like it is trying to create a tag from a sandbox path.

 Phil
 Which is the cause of that problem? The EU mirror out of sync, if I
 remember correctly, or not?
 Many thanks in advance, have a nice day!
 All the best,
 Simo

 http://people.apache.org/~simonetripodi/
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org