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

Re: [PATCH] Stop using "svn:this_dir" in the entres file [was Re: 0.33 == Beta]

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-12 05:01:34 CET

Branko Čibej <brane@xbc.nu> writes:

> How about this, then?

[...]

> + /* XXX Replace the obsolete "svn:this_dir".
> + XXX This code should go away by 1.0 */
> + {
> + if (name && 0 == strcmp(name, "svn:this_dir"))

                              ^^^
Well, there's that pesky adherence to coding styles thing, but...

Could you pretty please make that line:

    if (name && (strcmp (name, "svn:this_dir") == 0))

*Smooch*

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 12 05:02:47 2003

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.