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

Re: [PATCH] fix for issue #2556: support working copies on the root of a (virtual) drive

From: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2006-08-19 09:54:15 CEST

Lieven Govaerts wrote:
> Branko ÄŒibej wrote:
>> Lieven Govaerts wrote:
>>>>> int svn_path_is_empty(const char *path);
>>>>> which returns either 1 or 0. You know why we use the 'int' there?
>>>>>
>>>> No idea, probably history. I think it's an error we didn't see
>>>> before releasing 1.0...
>>>>
>>> I'll send a patch for this to the list tomorrow.
>>>
>>
>> That won't help, you can't change the return type before svn-2.0.
>>
>
> I was under the impression that svn_path.h is an internal header, but
> you're right, it isn't.
>
> Makes me wonder, the declaration of svn_boolean_t is:
> typedef int svn_boolean_t;
>
> How would compatibility be impacted if we changed return type int to
> svn_boolean_t?

Hm, I was certain svn_boolean_t was a "char", heh. Well, I suppose it
wouldn't matter.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 19 09:54:35 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.