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

Changelist notification doc string buglet

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2007-11-17 14:14:32 CET

A nonexistent constant "svn_wc_notify_changelist_add" is referred to in
svn_wc_notify_t:

subversion/include/svn_wc.h (revision 27901)
[[[
   /** When @c action is @c svn_wc_notify_changelist_add or name. In all other
    * cases, it is @c NULL. */
   const char *changelist_name;
]]]

The action constants to do with changelists are:

   /** Changelist name set. @since New in 1.5. */
   svn_wc_notify_changelist_set,

   /** Changelist name cleared. @since New in 1.5. */
   svn_wc_notify_changelist_clear,

   /** Failed to update a path's changelist association. @since New in 1.5. */
   svn_wc_notify_changelist_failed,

   /** Warn user that a path has moved from one changelist to another.
       @since New in 1.5. */
   svn_wc_notify_changelist_moved,

Hopefully one of you knows what this should say.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 17 14:14:47 2007

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.