Reputation: 7688
Jenkins somehow manages to checkout svn://khh31046/eqdap
, where eqdap
is a repository. But as soon as I want to checkout a subfolder of that repository by eg using svn://khh31046/eqdap/trunk/EQ_DOSWebSample
as URL, Jenkins gives me a message saying /trunk/EQ_DOSWebSample doesn't exist in the repository
.
I have double and triple checked this now: Checking out that URL works fine using subclipse or the commandline client. This is using
Can anybody give me a hint how Jenkins does its checkouts so I can further debug the issue?
Upvotes: 3
Views: 1923