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

Re: Getting info about revisions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-25 02:02:04 CET

Barry Scott wrote:

>> How do I get all the log messages for all the revisions in a range,
>> with no gaps? I think I get everything if I use the root URL of the
>> repo, but that leaves the problem of finding the roots URL.

That is indeed a problem. You need to run 'svn log' on the repository
root URL. But there's absolutely no way to look at a URL of a working
copy and know where the "root" is.

>>
>> Is svn_client_log the only way to get the changed paths information?
>>

Using the svn_client.h or svn_ra.h API? Yes. You must use 'log'. We
plan to expand the svn_ra.h API someday so that the full svn_fs.h
history API can be marshalled over the network.

>> What are the set of values for action that are defined? "A" Add,
>> "D" delete and "M" modified?

Yes, that's all of them. Sometimes 'A'dds have copy history as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 25 02:03:54 2004

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.