Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-22 Thread Julian Foad
On Fri, 2010-02-19, Greg Stein wrote: > revnum is NOT inheritable. > > I prefer copied/moved-here rather than "added-with-history". The > latter phrase is somewhat opaque to readers on what operation was > actually performed by the user. > > The rest seems fine. Thx! Thanks. Committed with those

Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-19 Thread Greg Stein
On Fri, Feb 19, 2010 at 12:30, Philip Martin wrote: > Philip Martin writes: > >> Greg Stein writes: >> >>> revnum is NOT inheritable. >> >> At presnt working_node.parent_relpath says: >> >>   /* parent's local_relpath for aggregating children of a given parent. >>      this will be "" if the par

Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-19 Thread Philip Martin
Philip Martin writes: > Philip Martin writes: > >> Greg Stein writes: >> >>> revnum is NOT inheritable. >> >> At presnt working_node.parent_relpath says: >> >> /* parent's local_relpath for aggregating children of a given parent. >> this will be "" if the parent is the wcroot. NULL if th

Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-19 Thread Philip Martin
Philip Martin writes: > Greg Stein writes: > >> revnum is NOT inheritable. > > At presnt working_node.parent_relpath says: > > /* parent's local_relpath for aggregating children of a given parent. > this will be "" if the parent is the wcroot. NULL if this is the > wcroot node. */ >

Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-19 Thread Philip Martin
Greg Stein writes: > revnum is NOT inheritable. At presnt working_node.parent_relpath says: /* parent's local_relpath for aggregating children of a given parent. this will be "" if the parent is the wcroot. NULL if this is the wcroot node. */ parent_relpath TEXT, Does it make se

Re: [PATCH] wc-metadata.sql - more doc strings

2010-02-19 Thread Greg Stein
revnum is NOT inheritable. I prefer copied/moved-here rather than "added-with-history". The latter phrase is somewhat opaque to readers on what operation was actually performed by the user. The rest seems fine. Thx! Cheers, -g On Fri, Feb 19, 2010 at 10:09, Julian Foad wrote: > Bert, Greg, Hyr