On Thu, Jun 17, 2021 at 9:22 AM Mark Phippard <markp...@gmail.com> wrote: > > On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun <t_ir...@wargaming.net> 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 you are using http/https there might be a way to > turn on logging in the Serf library but I do not recall how. It might > require compiling your own version.
Also, Subversion does not perform well for extremely large binary commits, especially when many distinct bulky, or mixed bulky and small text changes, are in the same commit. If you're doing binary release management as Subversion branches or tags, you may wish to rethink this approach. That said, the web servers for Subversion, typically httpd, are often not configured to handle extremely large transfers well. Consider enabling svn+ssh: it gets you away from the vagaries of intervening web proxies and can be considerably more robust.