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 th

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 > just

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 files

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 w

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 /su

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 subvers

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 R

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 lot

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 >> (500GB

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 1.