Re: svnsync on large files

2016-12-09 Thread Pavel Lyalyakin
Hello Daniel, On Thu, Dec 8, 2016 at 1:08 AM, Daniel Shahaf wrote: > > 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 > > > directo

svnsync: fewer round-trips for small revisions (was: Re: svnsync on large files)

2016-12-08 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Dec 08, 2016 at 06:20:20 +: > 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:sync-lock | fgrep -q -- $token || > return 1 > svn

Re: svnsync on large files

2016-12-08 Thread Daniel Shahaf
Stümpfig, Thomas wrote on Thu, Dec 08, 2016 at 07:36:10 +: > 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 That's pretty unlikely: svnsync and svnrdump use the very same

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
homas -Original Message- From: Daniel Shahaf [mailto:danie...@apache.org] Sent: Donnerstag, 8. Dezember 2016 07:20 To: Stümpfig, Thomas (DF PL S&SE DE PSM EAI) Cc: Pavel Lyalyakin ; users@subversion.apache.org Subject: Re: svnsync on large files Stümpfig, Thomas wrote on Wed, Dec 07, 2016 at

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: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
To: Stümpfig, Thomas (DF PL S&SE DE PSM EAI) ; users@subversion.apache.org Subject: Re: svnsync on large files 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 &

RE: svnsync on large files

2016-12-07 Thread Stümpfig , Thomas
l Lyalyakin Cc: Stümpfig, Thomas (DF PL S&SE DE PSM EAI) ; users@subversion.apache.org Subject: Re: svnsync on large files 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 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 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