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
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
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
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
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
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
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. And everything is fine until network problems happen.
And the