9

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

My configure page looks like this :

enter image description here

My question :

  1. Why is it not uploading it to repository ? Please guide me.
  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)

Thanks in advance

Prasanth Bendra
  • 31,145
  • 9
  • 53
  • 73

1 Answers1

2

Not knowing your complete setup these two unresolved issues in the "SVN Publisher" plugin could be the problem.

Unfortunatly the plugin doesn't seem to be maintained anymore.

Falle1234
  • 5,013
  • 1
  • 22
  • 29