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

RFC: svn_wc__loggy_* internal helper API to generate log commands

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-17 08:36:34 CEST

I want to introduce (and have started coding) a helper API within
libsvn_wc to generate log commands for several reasons:

- the current situation requires either a lot of typing or copy-paste,
both of which are error prone
- the current situation doesn't provide argument checking (most of the time)
- with the amount of vertical space taken by the current coding and
indenting, very little logic fits onto one page.

With this API, all these are moved into a small number of functions
none of which will have variable argument lists (and thus providing
argument checking).

And, last but not least, as soon as this will be finished, lundblad
wants to work on wc-propcaching again!

bye,

Erik.
Received on Mon Oct 17 08:37:28 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.