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

svn_repos_get_logs3 API

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-04 22:23:44 CEST

The doc string for svn_repos_get_logs3 says:

  * If @a paths is non-null and has one or more elements, then only show
  * revisions in which at least one of @a paths was changed (i.e., if
  * file, text or props changed; if dir, props changed or an entry was
  * added or deleted). Each path is a <tt>const char *</tt> representing
  * an absolute path in the repository.
  *
  * ### todo: need to consider whether the above directory behavior is
  * most useful, or if we should actually treat _any_ node change in a
  * directory as a visible change for purposes of log... i.e., show
  * bubble-up. The reason this might be useful is so that running log
  * on a directory would give a msg for every change under that dir,
  * no matter how far down. See the thread started on the dev list by
  * Lars Kellogg-Stedman <lars@larsshack.org> with the subject
  * "Single repository, multiple projects?" for more. We may simple
  * need to offer a few different semantics for @a paths.

Isn't that ("show bubble-up") the behaviour that it's had almost for ever?

- Julian

-- 
http://www.foad.me.uk/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 4 22:25:26 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.