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

Re: libsvn_wc code

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-10-07 23:01:06 CEST

Fixing... see checkin in a minute or a few.

Greg Hudson <ghudson@MIT.EDU> writes:
> 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.