Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Paul Burba
On Wed, May 18, 2011 at 9:59 AM, Mark Phippard wrote: > On Wed, May 18, 2011 at 2:55 AM, Daniel Shahaf > wrote: >> Mike remarked that svn:mergeinfo should never have been user-visible... >> >> So: what if we made svn_property_kind(NULL, SVN_PROP_MERGEINFO) return >> a value other than svn_prop_r

Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Daniel Shahaf
gt; >> Bert Huijben (Cell phone) From: Daniel Shahaf > >> Sent: woensdag 18 mei 2011 8:55 > >> To: dev@subversion.apache.org > >> Subject: [random line of thought] Hiding svn:mergeinfo > >> Mike remarked that svn:mergeinfo should never have been user-visible...

Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Mark Phippard
On Wed, May 18, 2011 at 2:55 AM, Daniel Shahaf wrote: > Mike remarked that svn:mergeinfo should never have been user-visible... > > So: what if we made svn_property_kind(NULL, SVN_PROP_MERGEINFO) return > a value other than svn_prop_regular_kind, at least when both server and > client were ≥1.7?  

Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Hyrum K Wright
On Wed, May 18, 2011 at 3:51 PM, Paul Burba wrote: ... >>> [I suspect it might, but want to hear others' thoughts before laying >>> out my own.] >> >> I don't think hiding it completely is the way to go, but there has >> been some half-implemented code to filter propchanges from various >> operati

Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Paul Burba
rty everywhere. >> >> And if you could hide it in a better way while still storing it in the >> wc, you would always forget to commit your mergeinfo only changes. >> >> Bert Huijben (Cell phone) From: Daniel Shahaf >> Sent: woensdag 18 mei 2011 8:55 >>

Re: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Hyrum K Wright
storing it in the > wc, you would always forget to commit your mergeinfo only changes. > > Bert Huijben (Cell phone) From: Daniel Shahaf > Sent: woensdag 18 mei 2011 8:55 > To: dev@subversion.apache.org > Subject: [random line of thought] Hiding svn:mergeinfo > Mike remarked th

RE: [random line of thought] Hiding svn:mergeinfo

2011-05-18 Thread Bert Huijben
anges. Bert Huijben (Cell phone) From: Daniel Shahaf Sent: woensdag 18 mei 2011 8:55 To: dev@subversion.apache.org Subject: [random line of thought] Hiding svn:mergeinfo Mike remarked that svn:mergeinfo should never have been user-visible... So: what if we made svn_property_kind(NULL, SVN_PROP_MERG

[random line of thought] Hiding svn:mergeinfo

2011-05-17 Thread Daniel Shahaf
Mike remarked that svn:mergeinfo should never have been user-visible... So: what if we made svn_property_kind(NULL, SVN_PROP_MERGEINFO) return a value other than svn_prop_regular_kind, at least when both server and client were ≥1.7? Would that have any useful side-effects? [I suspect it might,