Re: upgrading server

2017-07-29 Thread Johan Corveleyn
On Tue, Jul 25, 2017 at 9:00 PM, Mark Phippard wrote: > On Tue, Jul 25, 2017 at 2:00 PM, Andy So wrote: >> >> We have an old subversion version 1.4.3 (r23084) running on Solaris. >> >> We would like to upgrade to use new hardware on Linux based OS (CentOS >> 6.9), possibly version 1.8.x or 1.9.x

Re: upgrading server

2017-07-26 Thread Nico Kadel-Garcia
On Tue, Jul 25, 2017 at 2:00 PM, Andy So wrote: > We have an old subversion version 1.4.3 (r23084) running on Solaris. > > We would like to upgrade to use new hardware on Linux based OS (CentOS 6.9), > possibly version 1.8.x or 1.9.x If you're bumping Subversion release to 1.8.x or 1.9.x, I'd urg

Re: upgrading server

2017-07-25 Thread Ryan Schmidt
Don't forget that svnadmin dump/load and svnsync don't preserve hook scripts or other ancillary data that might be in your repository directory on the server, so if you have hook scripts, authorization rules or other customizations, carry those over to the new server manually. And of course any

RE: upgrading server

2017-07-25 Thread Andrew Reedick
>> Does anyone know how long it would take to export the repository of this >> size? This will give us an estimate how long to schedule down time and cut >> off time. Svnsync is the easy option. If you insist on doing a dump/load, then a) you can time a test run of a dump/load, and b) "svnadm

Re: upgrading server

2017-07-25 Thread David Chapman
On 7/25/2017 11:00 AM, Andy So wrote: We have an old subversion /version 1.4.3 (r23084) /running on Solaris. We would like to upgrade to use new hardware on Linux based OS (CentOS 6.9), possibly version 1.8.x or 1.9.x Our plan is to installed and configure the latest SVN on CentOS 6.9. Then

Re: upgrading server

2017-07-25 Thread Mark Phippard
On Tue, Jul 25, 2017 at 2:00 PM, Andy So wrote: > We have an old subversion *version 1.4.3 (r23084) *running on Solaris. > > We would like to upgrade to use new hardware on Linux based OS (CentOS > 6.9), possibly version 1.8.x or 1.9.x > > > > Our plan is to installed and configure the latest SVN