Re: some questions about the delta operation in SVN

2013-03-06 Thread Stefan Fuhrmann
On Wed, Mar 6, 2013 at 4:14 PM, Bo Chen wrote: > Clarify one point: The file@base (or the file @head) refers to the file I > am currently updating, right? > > I am very curious why the server needs to re-compute the skip-delta. Is > there any rule to guide the server which pristine version to be

Re: some questions about the delta operation in SVN

2013-03-06 Thread Ben Reser
On Wed, Mar 6, 2013 at 7:24 AM, Daniel Shahaf wrote: > See notes/skip-deltas in trunk. Things are a little bit more complicated in trunk than what's in notes/skip-deltas for fsfs because we now have some knobs that let you adjust how the skip deltas behave. This changes the default behavior of a

Re: some questions about the delta operation in SVN

2013-03-06 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Mar 06, 2013 at 17:24:46 +0200: > Bo Chen wrote on Wed, Mar 06, 2013 at 10:14:41 -0500: > > I am very curious why the server needs to re-compute the skip-delta. Is > > there any rule to guide the server which pristine version to be delta-ed > > against? To optimize the d

Re: some questions about the delta operation in SVN

2013-03-06 Thread Daniel Shahaf
Bo Chen wrote on Wed, Mar 06, 2013 at 10:14:41 -0500: > I am very curious why the server needs to re-compute the skip-delta. Is > there any rule to guide the server which pristine version to be delta-ed > against? To optimize the delta (specifically, to optimize the storage for > the delta)? > Se

Re: some questions about the delta operation in SVN

2013-03-06 Thread Bo Chen
Clarify one point: The file@base (or the file @head) refers to the file I am currently updating, right? I am very curious why the server needs to re-compute the skip-delta. Is there any rule to guide the server which pristine version to be delta-ed against? To optimize the delta (specifically, to

Re: some questions about the delta operation in SVN

2013-03-06 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Mar 06, 2013 at 06:41:40 +0100: > On 06.03.2013 06:21, Daniel Shahaf wrote: > > Bo Chen wrote on Tue, Mar 05, 2013 at 23:49:06 -0500: > >> Can anyone help me make clear the following questions? Thanks very much. > >> > >> I make some updates, and the SVN client generates

Re: some questions about the delta operation in SVN

2013-03-05 Thread Branko Čibej
On 06.03.2013 06:21, Daniel Shahaf wrote: > Bo Chen wrote on Tue, Mar 05, 2013 at 23:49:06 -0500: >> Can anyone help me make clear the following questions? Thanks very much. >> >> I make some updates, and the SVN client generates the delta and sends it to >> the SVN server. Does the server simply s

Re: some questions about the delta operation in SVN

2013-03-05 Thread Daniel Shahaf
Bo Chen wrote on Tue, Mar 05, 2013 at 23:49:06 -0500: > Can anyone help me make clear the following questions? Thanks very much. > > I make some updates, and the SVN client generates the delta and sends it to > the SVN server. Does the server simply store this delta to the repository, > or do some

some questions about the delta operation in SVN

2013-03-05 Thread Bo Chen
Can anyone help me make clear the following questions? Thanks very much. I make some updates, and the SVN client generates the delta and sends it to the SVN server. Does the server simply store this delta to the repository, or do something more? Sometimes I find the SVN client does not delta the