cedadev / jasmin_scivm

9 stars 0 forks source link

Please update the subversion client #100

Closed agstephens closed 7 years ago

agstephens commented 7 years ago

The subversion client in the jasmin_scivm is now old. Please update to version 1.8 as used by the jasmin-cylc server (and rose/cylc tools).

This requires the Subversion 1.8 rpm as supplied by WanDisco.

You can configure yum to use these as follows:

cat  > /etc/yum.repos.d/WANdisco-svn.repo <<EOF 
[WANdisco-svn] 
name=WANdisco SVN Repo
enabled=1
baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/\$basearch/
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
EOF
alaniwi commented 7 years ago

Will download and sign the relevant RPMs and copy them into JASMIN-repo. Not going to change the yum repo config. This seems to be a self-consistent set which will install okay:

Binary

http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/mod_dav_svn-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/serf-1.3.7-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/serf-devel-1.3.7-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-devel-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-gnome-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-javahl-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-perl-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-python-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-ruby-1.8.17-1.x86_64.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-tools-1.8.17-1.x86_64.rpm

Source

http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/serf-1.3.7-1.src.rpm
http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-1.8.17-1.src.rpm
alaniwi commented 7 years ago

But we will not install all of them. Now to pare it down.

alaniwi commented 7 years ago

After consideration, limiting it to subversion, subversion-devel and subversion-tools (and the serf RPM for dependencies). If subversion-python is later wanted, will have to do a 2.7 build, although this would mean adapting and rebuilding the main source RPM.

alaniwi commented 7 years ago

Already installed. Should have closed ticket after previous release.