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.

Reply via email to