[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem with dump/load

From: Féliciano Matias <feliciano.matias_at_free.fr>
Date: 2002-07-16 03:40:35 CEST

Le lun 15/07/2002 à 22:34, cmpilato@collab.net a écrit :
> cmpilato@collab.net writes:
>
>
> Crap. Crap, crap, crap. While thinking about this bug, I realized
> that we have a philosophical problem with the dump semantics.
> Briefly, we show add-with-history-and-no-local-mods as:
>
> Node-path: copied-file
> Node-kind: file
> Node-action: add
> Node-copyfrom-rev: 1
> Node-copyfrom-path: copy-src
>
> But check this out. Let's see how we would show add-with-history-and-
> also-remove-all-file-contents:
>
> Node-path: copied-file
> Node-kind: file
> Node-action: add
> Node-copyfrom-rev: 1
> Node-copyfrom-path: copy-src
>

perhaps this should be (for remove-all-file-contents):

Node-path: copied-file
Node-kind: file
Node-action: add
Node-copyfrom-rev: 1
Node-copyfrom-path: copy-src
Content-length: 10
PROPS-END

=> content empty.

Your exemple is something like :
"The content is not define here."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 16 03:43:06 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.