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

libsvn_wc code

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-07 22:55:22 CEST

The end of handle_start_tag is a slight screw case for the interface
reorg we're doing. I wouldn't have any trouble tweaking it, except it
doesn't look like it works. It says:

          if (strcmp (tagname, SVN_WC__ENTRIES_START) == 0)
            tag_type = svn_xml_open_tag;
          else if (strcmp (tagname, SVN_WC__ENTRIES_END) == 0)
            tag_type = svn_xml_close_tag;

But SVN_WC__ENTRIES_START and SVN_WC__ENTRIES_END are the same string.
(I'm not at all sure why they are separate strings in the first
place.) If you could fix it to do something more intelligent (under
the current XML interface), that would make it easier for me to see
how to tweak it.
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.