-
Bug
-
Resolution: Fixed
-
Blocker
-
svn server 1.7.1
ubuntu
I use usernames in my svn path like:
svn+ssh://jenkins@somepath
but I get a warning "... doesn't exist in the repository"
I think it started after svn server has been updated to 1.7.1 version
It worked fine before.
Subversion pooling log :
Started on Nov 30, 2011 8:11:31 PM
Location 'svn+ssh://jenkins@path' does not exist
One or more repository locations do not exist anymore for hudson.model.FreeStyleProject@3937bf4[], project will be disabled.
Done. Took 1.3 sec
No changes
- duplicates
-
JENKINS-11381 Subversion Plugin does not support Subversion 1.7
-
- Resolved
-
Thanks centic for digging deeper into this. It sounds like a work around is to avoid using that particular overloaded form of the doList method so that we can pass in SVNDepth.IMMEDIATES?