svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
Hi everybody, i get an error with svnsync for large files. svnsync: E175002: REPORT request on The rev to be synced is 2,291,973,385 Bytes large (Size in txn-protorevs directory. Of target mirror) The sync is with svn 1.9.5 (Visual SVN Server) over both https I tried to rdump, svnadmin load incr

Re: svnsync on large files

2016-12-07 Thread Pavel Lyalyakin
Hello Thomas, On Wed, Dec 7, 2016 at 8:54 PM, Stümpfig, Thomas wrote: > > Hi everybody, > > i get an error with svnsync for large files. svnsync: E175002: REPORT request > on It seems to be only the first part of the error message. What's the full wording of the error? > > The rev to be synce

Re: svnsync on large files

2016-12-07 Thread Daniel Shahaf
Pavel Lyalyakin wrote on Wed, Dec 07, 2016 at 20:59:24 +0300: > On Wed, Dec 7, 2016 at 8:54 PM, Stümpfig, Thomas > wrote: > > > > The rev to be synced is 2,291,973,385 Bytes large (Size in txn-protorevs > > directory. Of target mirror) > > > > The sync is with svn 1.9.5 (Visual SVN Server) over b

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
Hi guys Thank you for your support. Here is the full error message. E:\svnbackup>svnsync sync --source-username=myusername --source-password=x --sync-username= myusername --sync-password=x https://mydesturl/repository https://mysourceturl/repository Transmitting file data .svnsync:

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
Would you suggest the following command svnsync initialize --allow-non-empty http://svn.example.com/svn-mirror \ NEW-SOURCE-URL ? -Original Message- From: Pavel Lyalyakin [mailto:pavel.lyalya...@visualsvn.com] Sent: Mittwoch, 7. Dezember 2016 18:59 T

Re: svnsync on large files

2016-12-07 Thread Daniel Shahaf
Stümpfig, Thomas wrote on Wed, Dec 07, 2016 at 23:32:38 +: > This is the situation of the starting point. (I restored) The steps should be this: f() { token="$USER@$(hostname):${RANDOM}:${RANDOM}" svn propset --revprop -r0 -- svn:sync-lock $token svn propget --revprop -r0 --strict svn:s

Re: Can't get "svn log --use-merge-history" to list all

2016-12-07 Thread Gábor Kertai
I just hit this same brick wall when trying to use the XML output from command line SVN 1.9.3. Did you happen to find a solution? Regardless of how many revisions were merged into a commit, I only receive the node for just one of them. SVN seems to pick a random revision to include, it is not

subversion error

2016-12-07 Thread Yue, Jane
[cid:image001.png@01D25090.362FCA20] [cid:image002.png@01D25090.362FCA20] Thanks, Jane

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
Hi Daniel, you are a guru. I don't know why but it worked! I guess the magic is in the difference of network transmission of svnsync vs svnrdump / svnadmin load Are there suggestions from your side to avoid this error in the future? Thank you very much for your help!!! Regards Thomas -Ori