I am having a problem with the new subversion 1.7 update against using Jenkins.
Here's the thing: several people in our company are switching to the new subversion 1.7, so they canβt go back to the old subversion 1.6 folder structure (unless they do everything, erase their folder, delete the new 1.7 subversion with all their cool new function , install the old and boring 1.6 and re-export everything, I know).
So, given the fact that you want to move forward and use the new subversion 1.7 function, for example, to have external elements that can easily use the version number ..., I now have a problem with jenkins.
The option I have for Jenkins is to use pluggins for SVNKIT 1.3.7 or can be upgraded to 1.3.9. If we look at the SVNKIT download page ( http://svnkit.com/download.php ), then they say that versions 1.3.7 and 1.3.9 are not compatible with Subversion 1.7. This should be fixed in March 2012. My server should work and work as soon as possible, so I can not wait 1 month.
So, what would you advise me to try using Subversion 1.7 and that I can still use Jenkins.
FYI I tried the following:
- Changing the protocol used on the server using SSLv3 makes Subversion work, but jenkins does not work, and using TLSv1 and SSLv3 does jenkins work, but does not perform some subversion operation, so there will be no positive result.
- Changing the protocol option in jenkins to use SSLv3, it has been mentioned in several cases that jenkins use the TLSv1 protocol by default, but there is still no positive result. (Always give me an error. Unable to access
https://svn.myrepos.com/svn/teamlib/package/ThePackages/trunk : svn: OPTIONS / svn / teamlib / package / ThePackages / trunk failed (show details) (Maybe do you need to enter credentials?)) - When creating a new repository on another server using TLSv1 and SSLv3, this repository will only contain an external link to the real base repository (for example, the new repository
https://svn2.myrepos.com/svn/teamlib/testpackage/trunk contains only the external svn file on another server using only SSLv3 https://svn.myrepos.com/svn/teamlib/package/ThePackages/trunk ).
The last thing closest is that I succeeded, as Jenkins works just fine to build everything, but doesn't seem to be able to export external resources. (I can do the export manually, but I need this to be done by jenkins).
So any thought?
source share