|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-12934) Subversion Tag plugin tries to copy from invalid source path
harish.urum...@gmail.com (JIRA) Wed, 09 Jan 2013 22:25:59 -0800
- [JIRA] (JENKINS-12934) Subversion Tag plug... harish.urum...@gmail.com (JIRA)
- [JIRA] (JENKINS-12934) Subversion Tag... rudy...@gmail.com (JIRA)
Hi Friends,
Is anyone able to fix this issue? Even I'm getting the same error. I am not able to perform SVN tagging after the successful build. Here is what I am getting in the output.
BUILD SUCCESSFUL
Remote Module Location: http://10.10.10.10/MY-SVN-REP/Project1/trunk/ENVS@203.
Tag Base URL: http://10.10.10.10/MY-SVN-REP/Project2/tags/TEST_DEPLOYMENT.
There was no old tag at http://10.10.10.10/MY-SVN-REP/Project2/tags/TEST_DEPLOYMENT.
Subversion copy failed. svn: File not found: revision 203, path '/Project1/trunk/ENVS/Project1/trunk/ENVS'
svn: '/MY-SVN-REP/!svn/bc/203/Project1/trunk/ENVS' path not found: 404 Not Found (http://10.10.10.10)
Build step 'Perform Subversion tagging on successful build' marked build as failure
Finished: SUCCESS
The error message from the plugin shows that apparently it tries to copy from an invalid source path (Invalid Remote module location)
Can anyone share some light on this?