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

Re: Anyone want a server load generator called svn-annotate.py?

From: <kfogel_at_collab.net>
Date: 2003-07-28 18:00:57 CEST

Brandon Ehle <azverkan@yahoo.com> writes:
> Also, what's the bad rap on the bindings? For repositories like CVS
> where no such API is available, I can understand the need for parsing
> the output from the command line client. But why would I want to
> depend on the text format API instead of the binding API?

No bad rap, just one more dependency to get your script working.
Historically, the bindings break a lot, because APIs change and SWIG
isn't perfect (though it's mighty nice).

If a script depends on the bindings, that's one more requirement users
have to meet before they can use it. When the bindings bring a
significant benefit to the script, it's worth it; when they don't,
imho it's better to not use them then.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 18:56:27 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.