Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a (strange) issue on my Jenkins installation which basically leads to SVN updates failing on an alternate basis.

The stack trace shows two issues:

hudson.util.IOException2: revision check failed on (my repo)....

and

Caused by: org.tmatesoft.svn.core.SVNException: svn: OPTIONS (my repo)

If I rerun a build after this happens, everything works just fine.

Mark

share|improve this question

2 Answers

neither of those error lines sheds much light on the problem. If you can get at the svn logs, post them.

If it fails alternately, it is an access problem, perhaps you have permission to read but not write to the repo, or one part of the system has the wrong username/password. Perhaps you'd entered a typo into the svn url in one part of the jenkins config. Stuff like that are where I'd look first.

share|improve this answer
Thanks... The logs show connectivity issues. We use https and certificates. The strange thing is that it is inconsistent. I will check this out with our netops guys. – Mark Micallef Jul 31 '12 at 14:16

The error is coming from the SVN. So you can try creating a new directory in the SVN. You can also try using the IP's instead of the hostname also. If you can try please conform with some network expert about it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.