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

Re: svn commit: rev 2485 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-12 18:38:00 CEST

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
> Right. Coming up!

Thanks!

You are indeed Mr. Bug Killer today, it is a sight to see...

Btw, Ben points out that my example fix was wrong:

> if ((kind == svn_node_dir) && (value == NULL))

should have been

> if ((kind == svn_node_dir) && (value != NULL))

right?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 18:48:58 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.