Re: [EXT] Re: repository mirroring

2021-06-17 Thread Nico Kadel-Garcia
On Thu, Jun 17, 2021 at 9:22 AM Mark Phippard wrote: > > On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > > > Hi, Mark > > > > How can i enable svnsync logging to debug process? > > Please keep replies on list. It is best to keep the audience as wide > as possible. > > I am not aware of a

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Mark Phippard
On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > Hi, Mark > > How can i enable svnsync logging to debug process? Please keep replies on list. It is best to keep the audience as wide as possible. I am not aware of any great ways to log from a client other than using Wireshark. Assuming yo

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
Hello, To expand a bit on what mark said and to clarify: I remember getting problems because the sync target apache server rejected to big commits. So we added a few zeros to LimitRequestBody in the apache conf and it worked again. Or maybe your sync target just kills the connection after 10

Re: repository mirroring

2021-06-17 Thread Mark Phippard
On Wed, Jun 16, 2021 at 5:45 PM tatyana irzun wrote: > Hello, > > Can you advise me the better way what to do. > > We have some subversion repo (for example builds) for mostly binaries > data. And the read-only mirror this repository in different location. The > mirror was created by svnsync tool

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
Hello, Yes I was thinking of rsyncing the whole repository... That could work ok if rsync is able to detect that most files in the repo are identically, is that actually the case? Maybe I am wrong and the file for revision x on the target is different from the source, even if they have the s

Re: repository mirroring

2021-06-17 Thread Thorsten
Hello, You can manually replicate the repo on file basis. If you want to use svnsync after that, you have to reset the revprop properties that svn uses, I don't recall the exact syntax right now( svn ps --revprop -r 0 svn:sync-source "sdfhsdlf" something like that) . Other than that it could