I assume that I have made a newbie maven release mistake. I started to do a release and then realized I'd forgotten something, so I: 1) deleted the svn tag 2) dropped the staging repository 3) ran mvn release:rollback 4) deleted the release.properties file
Now when I try again, I get: > [INFO] Working directory: /Users/russgold/projects/idlj-maven-plugin > [INFO] Tagging release with the label idlj-maven-plugin-1.1.1... > [INFO] Executing: /bin/sh -c cd /Users/russgold/projects/idlj-maven-plugin && > svn --non-interactive copy --file > /var/folders/Ia/IaN+hH9YFsio7LRb-WTfrE+++TI/-Tmp-/maven-scm-1728561985.commit > --revision 16814 https://svn.codehaus.org/mojo/tags/idlj-maven-plugin-1.1.1 > https://svn.codehaus.org/mojo/tags/idlj-maven-plugin-1.1.1 > [INFO] Working directory: /Users/russgold/projects/idlj-maven-plugin > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 43.514s > [INFO] Finished at: Tue Jun 05 13:11:58 EDT 2012 > [INFO] Final Memory: 10M/81M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare (default-cli) on > project idlj-maven-plugin: Unable to tag SCM > [ERROR] Provider message: > [ERROR] The svn tag command failed. > [ERROR] Command output: > [ERROR] svn: E160013: '/mojo/!svn/bc/16814/tags/idlj-maven-plugin-1.1.1' path > not found How do I get around this? Thanks, Russ ----------------- Come read my webnovel, Take a Lemon <http://www.takealemon.com>, and listen to the Misfile radio play <http://www.gold-family.us/audio/misfile.html>!
