e done the upgrade of SVN server from RHEL 6 to RHEL 7.
> I use kerberos authentication for the SVN setup. I have completed the sync of
> repos to the new server.
> I have an alias svn-server.come pointing to existing server and want to
> point to the new server.
> What all precau
one the upgrade of SVN server from RHEL 6 to RHEL 7.
> I use kerberos authentication for the SVN setup. I have completed the
> sync of repos to the new server.
> I have an alias svn-server.come pointing to existing server and want to
> point to the new server.
> What all precautio
Hi Dheeraj,
I have done the upgrade of SVN server from RHEL 6 to RHEL 7.
> I use kerberos authentication for the SVN setup.
>
RHEL 7 deprecates the kerberos module that was in use in RHEL 6. Please
configure Apache to use mod_auth_gssapi instead.
Regards,
William
On 3/30/2020 6:58 AM, Dheeraj wrote:
Once I do a migration will it have any impact on commit/svn up etc?
When I did this long ago, the one thing I forgot was the hooks. I have
my scripts in /usr/local/bin/subversion and something broke. (I forget
what.) So test those.
Hi
I use SVN as a configuration management tool in our premise. The
application configuration file for the software comes from SVN (we have
many instances of apps running and is managed by multiple users)
I have done the upgrade of SVN server from RHEL 6 to RHEL 7.
I use kerberos authentication