You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2005/04/04 20:23:44 UTC

svn_repos_get_logs3 API

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 <la...@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

Re: svn_repos_get_logs3 API

Posted by Julian Foad <ju...@btopenworld.com>.
Julian Foad wrote:
> The doc string for svn_repos_get_logs3 says:
[...]
>  * ### todo: need to consider whether the above directory behavior is
[...]
> 
> Isn't that ("show bubble-up") the behaviour that it's had almost for ever?

Fixed in r14116.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org