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

Re: API issues we might want to solve for 1.0

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-12-15 16:27:38 CET

> #5: svn_ra_init_ra_libs and friends use a void * baton instead of an
> opaque type.
> IMPACT OF PROBLEM: The interface is needlessly non-type-safe.
> DIFFICULT OF FIX: Minor.

I took a look at this and found that in every single case except for
one (svn switch --relocate), we initialize the ra baton, use it once
immediately, and discard it.

So I'm thinking, maybe we don't need an svn_ra_init_ra_libs. What do
other people think?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 15 16:28:21 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.