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

Re: Sorted output from Subversion commands

From: <kfogel_at_collab.net>
Date: 2005-02-22 23:00:49 CET

Branko Čibej <brane@xbc.nu> writes:
> Now the question: Can we, according to our versioning rules, demand
> that a client never uses two different versions of the same function
> at the same time? In other words, if we add svn_wc_entries_read2, can
> we modify svn_wc_entries_read to return an error if the entries cache
> contains the wrong type of structure?

Suppose you write library X, against the Subversion 1.0 API. Then I
write library Y, against the 1.2 API. Now application A comes along
and uses *both* X and Y, passing data structures back and forth
between them.

This would mean that adm_access batons would not be exchangeable in
this way, even though they are the exact same type in both libraries.
I think that would be very difficult to document, and difficult for
people to code around.

So, I am forced to conclude that we can't make such a demand.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 22 23:19:35 2005

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.