hudson svn publisher plugin not working
Asked Answered
P

2

1

I'm trying to use the SVN Publisher plugin to commit some artifacts of my build but I'm getting a non-sensical error:

workspace: /Users/builder/hudson/workspace/myproject/
Attempting to import to SVN: https://mysvnrepo.com/svn/myproject/_SNAPSHOT_
SVN Publisher: target:  /Users/builder/hudson/workspace/myproject/myproject/_build
SVN Publisher: Error: target Directory not accessable:  /Users/builder/hudson/workspace/myproject/myproject/_build

This path is readable by the user that the hudson slave is using.

In looking at the comments on the SVN Publisher page, it seems that some people have run across this problem while others have not.

My question is: for those of you that have gotten it to work, what did you do?

Plain answered 18/2, 2011 at 21:23 Comment(0)
P
3

It seems that the plugin is running on the hudson server even though the build is using slaves. This seems to be a bug in the SVN Publisher plugin. :(

Plain answered 11/4, 2011 at 19:37 Comment(2)
Do you have any links to a bug report or similar? I have the same problem with an internal problem, and I would like to report the developer to details of a solution.Rebate
Thanks all the same. I ended up asking a new question: #9280398Rebate
S
0

It looks like you should be able to utilize the "Copy files back to the job's workspace on the master node" to get these files back to the server (this part works for me). It appears to happen after SVN Publisher is run, but that would be OK and simply means that SVN publisher should be committing (or importing) the previous build. But alas, SVN publisher doesn't seem to be doing anything except logging a message.

Saad answered 1/5, 2013 at 15:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.