[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: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-08-19 09:45:09 CEST

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?

Lieven.

---------------------------------------------------------------------
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:44:58 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.