Hi, I was also facing problem using svn publisher plugin. It is solved now. Initially i was starting jenkins as a service from windows. Later i switched to starting it as java -jar jenkins.war and it worked
Regards Manish On Thursday, October 10, 2013 9:52:27 PM UTC+5:30, prasanth bendra wrote: > > Hi Olivier, > > Subversion plugin didn't worked for me, so I used shell script to > commit files. > > -- > Regards, > Prasanth B > > > On Thu, Oct 10, 2013 at 6:38 PM, <[email protected] <javascript:>> wrote: > >> Hi, >> >> Have you found the solution, I have the same problem ? >> >> Olivier >> >> Le lundi 8 juillet 2013 15:07:14 UTC+2, prasanth bendra a écrit : >> >>> >>> I am using Jenkins and SVN Publisher plugin to generate build and then >>> to upload build back to repository. >>> >>> It generates build but not uploading the build to repository. (I added >>> post build action as to publish to subversion repository) >>> >>> This is the colsole after generating build. >>> >>> >>> Started by user User2 >>> Building in workspace C:\Users\Prasanth B\.jenkins\jobs\myapp\workspace >>> Switching from https://myapp.domain.co.in/Source/PushScripts to >>> https://myapp.domain.co.in/Source/PushScripts >>> Switching to https://myapp.domain.co.in/Source/PushScripts at revision >>> '2013-07-04T12:37:33.002 +0530' >>> At revision 2591 >>> no revision recorded for https://myapp.domain.co.in/Source/PushScripts in >>> the previous build >>> workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/ >>> Attempting to import to SVN: >>> http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/ >>> SVN Publisher: target: C:\Users\Prasanth >>> B\.jenkins\jobs\myapp\workspace\pushscripts\liv\android >>> Finished: SUCCESS >>> >>> >>> 1. Why is it not uploading it to repository ? >>> 2. Is there any other plugin available to commit the build files to >>> SVN repository. >>> >>> Some more details : >>> >>> I am testing the application in windows7 and mac >>> SVN version : 1.6.16 >>> SVN Publisher plugin version : 0.1 >>> I intalled Jenkins in my PC and I use reverse proxy to access it from other >>> computer (I have XAMP installed in my PC) >>> >>> >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-users/Gf8doOfzFaQ/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
