Re: Subversion Server Replacement Query

2017-09-20 Thread Nico Kadel-Garcia
On Wed, Sep 20, 2017 at 9:44 AM, Saleh, Mai wrote: > Hi Nico, > > > > Is svnmirror means using svnsync command or it’s something different? > > > > *Thanks & BRs* > > > > *Mai Saleh* > > *IT Global Technologies & Infrastructure* > > *Software Tools Engineer* > That's exactly what I meant. If you

RE: Subversion Server Replacement Query

2017-09-20 Thread Johan Corveleyn
[ If possible, please use bottom-posting or inline replying on this list, and preferably use plain-text. More below. ] Op 20 sep. 2017 16:18 schreef "Saleh, Mai" : Also mirror, does not get hooks, we have to reconfigure it right. Dump+load or svnsync into the new FSFS format is not necessary, b

Re: svndumpfilter bash_completion does not show --pattern

2017-09-20 Thread ycdtosa
Sorry for the previous poorly formatted email I just jumped to dev@ mailing list and attached a patch. not the one you hinted at, though ! :-) On Wed, Sep 20, 2017 at 1:43 PM, ycdtosa wrote: > not at all. > > I just started, once i found where the script was installed, i just did a > small cha

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Also mirror, does not get hooks, we have to reconfigure it right. Thanks & BRs Mai Saleh IT Global Technologies & Infrastructure Software Tools Engineer [cid:image001.png@01D3322C.225286E0] From: Saleh, Mai Sent: Wednesday, September 20, 2017 3:45 PM To: 'Nico Kadel-Garcia' Cc: 'corneil.duples.

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Hi Corneil, We have many repos some with 70GB size ☺. Thanks & BRs Mai Saleh IT Global Technologies & Infrastructure Software Tools Engineer [cid:image001.png@01D3322B.4897B240] From: corneil.duples...@gmail.com [mailto:corneil.duples...@gmail.com] Sent: Wednesday, September 20, 2017 3:47 PM To

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
The subversion documentation doesn't advise copying the repositories to a new 'machine' or installation. I have always used dump and load. I repository that was converted from CVS with more than 50k files, 2-3million lines of code and 15years old was 3GB in side and took 2 hours to dump and load. I

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Hi Nico, Is svnmirror means using svnsync command or it’s something different? Thanks & BRs Mai Saleh IT Global Technologies & Infrastructure Software Tools Engineer [cid:image001.png@01D33227.63E9B3D0] From: Saleh, Mai Sent: Wednesday, September 20, 2017 3:23 PM To: 'Nico Kadel-Garcia' Cc: co

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Hi Nico, Thanks a million for your detailed reply, I will be testing svnmirror solution then if it worked as expected, will use it. Thanks & BRs Mai Saleh IT Global Technologies & Infrastructure Software Tools Engineer [cid:image001.png@01D33224.67E32FF0] From: Nico Kadel-Garcia [mailto:nka..

Re: Subversion Server Replacement Query

2017-09-20 Thread Nico Kadel-Garcia
On Wed, Sep 20, 2017 at 8:27 AM, Saleh, Mai wrote: > I will really appreciate, if you could help in “Can I know please what > will be the risk to use rsync as it worked in our tests.” > > Why do we have to take dump and load, that will take week due to number > and size, if you can clarify why no

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
I will really appreciate, if you could help in “Can I know please what will be the risk to use rsync as it worked in our tests.” Why do we have to take dump and load, that will take week due to number and size, if you can clarify why not just take a copy of current repositories to new shared ar

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
The user's working copies should be fine. In my experience older clients are fine with newer servers and newer clients are fine with older workspace formats. [image: --] Corneil du Plessis [image: https://]about.me/corneil On 20 September 2017 at 12:29

Re: svndumpfilter bash_completion does not show --pattern

2017-09-20 Thread ycdtosa
not at all. I just started, once i found where the script was installed, i just did a small change there, and so far it works! :-) There are two options to patch this. 1. do not disrupt the existing code: ( in my current installed code that would be... ) 1191c1191,1192 < --prese

Re: Subversion Server Replacement Query

2017-09-20 Thread Ralph Seichter
> Hi Subversion Support, Funny way to put it. ;-) This is a public mailing list of (mostly) volunteers. > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. Don't use network based file systems. Really, don't. >

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Hi Corneil, Thanks a million for your reply. It has been years since we use NFS, so no worries about that. Can I know please what will be the risk to use rsync as it worked in our tests. Do users need to create a new working copies after moving to new version? Thanks & BRs Mai Saleh IT Glob

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
In short: Don't host on NFS or any remote filesystem. It is better to dump and import, you can do the dump with old or new version but will only benefit from all new features and stability with the repository in the newer version. [image: --] Corneil du Plessis [image: https://]about.me/corneil

Re: Subversion Server Replacement Query

2017-09-20 Thread Branko Čibej
On 20.09.2017 11:06, Saleh, Mai wrote: > > Hi Subversion Support, > >   > > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. > Don't Do That > SVN version on old server is 1.6.x and new server has version 1.9.7.

Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
Hi Subversion Support, Please advise as we need to move subversion from old server with OS RH5U3 to RH7U3, all of our repositories are hosted on NFS share. SVN version on old server is 1.6.x and new server has version 1.9.7. Plan is to rsync old shared area hosting repositories to new shared are