Le lun 15/07/2002 à 15:50, cmpilato@collab.net a écrit :
> =?ISO-8859-1?Q?F=E9liciano?= Matias <feliciano.matias@free.fr> writes:
>
> > 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."
>
> Actually, I chose a different method altogether. There is a new
> "Node-notice:" header that tells the loader whether or not it should
> actually attempt to interpret the props/text at all.
>
> Node-notice: [ none* | all | text | props ]
>
> *default value
I prefer something like :
if props defined
'Content-length-props: ??
'...... \n
if text defined :
'Content-lenght-text: ??
'...... \n
the "PROPS-END\n" can be droped.
if test define and empty :
'Content-lenght-text: 0
'\n
Change of text only :
'Node-action: change
'Content-lenght-text: ??
'...... \n
Change of props et text :
'Node-action: change
'Content-lenght-text: ??
'...... \n
'Content-length-props: ??
'...... \n
It can also permit extend dump format V2 :
'Content-length-type: ??
'...... \n
without having to extend "Node-notice".
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 16 04:27:03 2002