[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Upgrade of SVN server from RHEL 6 to RHEL 7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 30 Mar 2020 23:00:00 +0000

Dheeraj wrote on Mon, 30 Mar 2020 13:58 +00:00:
> 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 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 precautions should I take, so that it wont hamper my
> production.
> Once I do a migration will it have any impact on commit/svn up etc?

The client-side authentication cache is keyed on the server name (e.g.,
"https://svn.apache.org:443") and realm string. If you keep those two
at the same values, clients will re-use the cached usernames and
passwords rather than prompt for them anew.
Received on 2020-03-31 01:00:34 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.