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

Non-recursive svn log?

From: Puetz Kevin A <PuetzKevinA_at_JohnDeere.com>
Date: 2007-11-08 19:31:48 CET

Is there any way to ask for the log info for direct changes to a
directory without also getting changes for all of its descendants? I'm
using the svn_ra API via the perl bindings.

For instance, I want to identify the revision in which properties set on
the repository root were last changed; I would obviously rather not
download the entire history of the repository to do so. I could avoid
the "entire history" aspect either by returning an error to abort
(though this leaves the RA connection busted), or by using limit to grab
them in chunks and quit when I've found a change, but if the last change
is in the distant past I'll still have downloaded a *lot* of data about
file changes that I didn't actually want to see. Is there a way to ask
for only the folder?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 9 07:04:48 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.