Re: Need help in Subversion migration

2021-05-18 Thread Bo Berglund
On Mon, 17 May 2021 17:15:13 -0400, David Newman wrote: >> A few years back I replicated our live SVN repository, to get a backup, by >> using >> a dump followed by a load on the replication server. The dump files were >> moved >> over the Internet in tgz files before being used to load onto

Re: Need help in Subversion migration

2021-05-18 Thread jackson
awesome thorsten , it worked :) Thanks & regards, Jackson J On Tue, May 18, 2021 at 7:13 PM Thorsten wrote: > correction > > *will N O T be picked correctly > Am 18/05/2021 um 15:40 schrieb Thorsten: > > Hello, > > Either bypass svn completly (do not use svadmin create and just rsync or >

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
correction *will N O T  be picked correctly Am 18/05/2021 um 15:40 schrieb Thorsten: Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys files into that repo, but these files belongs to your old repo, not to the new one, so they

Re: Need help in Subversion migration

2021-05-18 Thread jackson
Hello Everyone , I did a rsync , but it looks like it is not working . Below are the steps i followed for rsync *commands run on the new svn server(1.10)* svnadmin create /subversion/repos/idea chown -R apache /subversion/repos/idea rsync -a username@sourceserver:/subversion/repos/idea

Re: Need help in Subversion migration

2021-05-17 Thread Nathan Hartman
On Mon, May 17, 2021 at 8:26 PM Daniel Shahaf wrote: > Mark Phippard wrote on Mon, 17 May 2021 12:24 +00:00: > > > > > On May 17, 2021, at 8:21 AM, jackson wrote: > > > > > >  > > > Hello Everyone > > > > > > We are using subversion 1.7 running in LInux 6.9. > > > we are working on

Re: Need help in Subversion migration

2021-05-17 Thread Daniel Shahaf
Mark Phippard wrote on Mon, 17 May 2021 12:24 +00:00: > > > On May 17, 2021, at 8:21 AM, jackson wrote: > > > >  > > Hello Everyone > > > > We are using subversion 1.7 running in LInux 6.9. > > we are working on subversion migration along with OS upgrade > > > > Currently we have built

Re: Need help in Subversion migration

2021-05-17 Thread David Newman
On 5/17/21 10:03 AM, Bo Berglund wrote: > On Mon, 17 May 2021 08:24:55 -0400, Mark Phippard wrote: > >>> The current setup (v1.7) has the repo size of 500GB. we are using svn load >>> and svn dump method to migrate the repos from current setup (v1.7) to new >>> setup(v1.10) , but it takes a

Re: Need help in Subversion migration

2021-05-17 Thread Bo Berglund
On Mon, 17 May 2021 08:24:55 -0400, Mark Phippard wrote: >> The current setup (v1.7) has the repo size of 500GB. we are using svn load >> and svn dump method to migrate the repos from current setup (v1.7) to new >> setup(v1.10) , but it takes a lot of time due to the size of the repo >>

Re: Need help in Subversion migration

2021-05-17 Thread Mark Phippard
> On May 17, 2021, at 8:21 AM, jackson wrote: > >  > Hello Everyone > > We are using subversion 1.7 running in LInux 6.9. > we are working on subversion migration along with OS upgrade > > Currently we have built RHEL 8.3 OS with subversion 1.10 and did all the > configuration , the

Need help in Subversion migration

2021-05-17 Thread jackson
Hello Everyone We are using subversion 1.7 running in LInux 6.9. we are working on subversion migration along with OS upgrade Currently we have built RHEL 8.3 OS with subversion 1.10 and did all the configuration , the 1.10 setup is up and working as expected . We need help in migrating