thank you Ullrich for the reply. i don't see any subversion folders in my git repo working folder. is there something specific i should be looking for? i deleted everything and cloned my repo again and i got the same error.
On Thursday, March 1, 2018 at 3:24:46 AM UTC-6, Ullrich Hafner wrote: > > Seems that somehow SVN is still configured (I don’t see it in your pom). > Do you have some Subversion folders in your working copy? > You don’t need subversion, everything is stored in git. > > Am 01.03.2018 um 08:20 schrieb Michael Michael <[email protected] > <javascript:>>: > > hi there, > > i performed all the steps and got permission to upload our plugin using > the > https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-apprenda.yml > > process. > > However, i can't get maven to execute the full process correctly. > > A few notes on my environment first > * I am using Windows 10 x64 > * I am using subversion for windows, installed from the link on the > jenkins wiki > * I am using git shell for all my operations (i tried cygwin initially and > saw the mention in https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins > that it is not advised) > * I created an SSH key , imported it to my github account, and started an > SSH server using GIT Shell > * I put my creds in a simple ~/.m2/settings.xml (I am using plain text > passwords for now) > *My github account username is michmike while my Jenkins CI account is > apprenda, with different passwords of course > *I got an origin remote for https://github.com/jenkinsci/apprenda-plugin > *I run my maven command "mvn release:prepare release:perform" > > No matter what troubleshooting step i tried, i always get this error. Any > ideas on how to proceed? > > [INFO] --- maven-release-plugin:2.5.2:prepare (default-cli) @ apprenda --- > [INFO] Resuming release from phase 'scm-commit-release' > [INFO] Checking in modified POMs... > [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file > C:\Users\mmichael\AppData\Local\Temp\maven-scm-1221881271.commit --targets > C:\Users\mmichael\AppData\Local\Temp\maven-scm-8041922886922418610-targets" > [INFO] Working directory: > C:\Users\mmichael\Documents\GitHub\apprenda-plugin > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5.706 s > [INFO] Finished at: 2018-03-01T01:08:39-06:00 > [INFO] Final Memory: 17M/304M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare (default-cli) > on project apprenda: Unable to commit files > [ERROR] Provider message: > [ERROR] The svn command failed. > [ERROR] Command output: > [ERROR] svn: E155007: > 'C:\Users\mmichael\Documents\GitHub\apprenda-plugin\pom.xml' is not a > working copy > [ERROR] > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > ~\Documents\GitHub\apprenda-plugin [master ≡ +1 ~2 -0 !]> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/831de64c-1d27-4f7f-a554-2fc4bcff8d40%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/831de64c-1d27-4f7f-a554-2fc4bcff8d40%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/50c68651-e840-4b6c-b2d6-11cdf7e3b6f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
