Nick_Gianakas@sybari.com wrote:
>>And no, there is currently no way to build such a graph. At least not
>>without hogging the server and transferring a _lot_ of data between the
>>client and the server.
>
> I've mentioned similar functionality to the ViewCVS project ~6 months ago.
> They basically had the same response.
> I don't know the exact problem, but would the new
> svn_repos_get_file_revs() function help?
First, that's a server function, i.e. you need _direct_ access to the
repository database. So a client can't use that function because it has
to access the repository via network.
Second: No, even with that function it wouldn't work. Subversion doesn't
store "forward links" in its database which would be needed for that.
But some people are considering to add those tables to the database for
the 2.0 release of Subversion (can't be done earlier, because of the
compatibility rules).
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 16 21:04:45 2004