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

Little XML delta question

From: Greg Hudson <ghudson_at_mit.edu>
Date: 2000-10-04 22:50:22 CEST

I'm almost done with the XML delta output editor. One question:

If I get a call to change_dirent_prop, I'm supposed to output
something like:

        <add name='whatever'>
         <prop-delta>
          <set name='name'>value</set>
         <!-- and later, when we go on to something else -->
         </prop-delta>
        </add>

But how do I know whether to output "add" or "replace" at the top?
Does it particularly matter?
Received on Sat Oct 21 14:36:10 2006

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.