Re: svn commit: r920023 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-03-11 Thread Julian Foad
Greg Stein wrote: > On Wed, Mar 10, 2010 at 07:32, Julian Foad wrote: > >... > >> @@ -2887,10 +2913,11 @@ > >> > >>tmp_entry.revision = *(eb->target_revision); > >> > >> - if (eb->switch_url) > >> + if (eb->switch_relpath) > >> { > >> - tmp_e

Re: svn commit: r920023 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-03-10 Thread Greg Stein
On Wed, Mar 10, 2010 at 07:32, Julian Foad wrote: >... >> @@ -2887,10 +2913,11 @@ >> >>            tmp_entry.revision = *(eb->target_revision); >> >> -          if (eb->switch_url) >> +          if (eb->switch_relpath) >>              { >> -              tmp_entry.url = svn_path_url_add_component2

Re: svn commit: r920023 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-03-10 Thread Julian Foad
On Sun, 2010-03-07, rhuij...@apache.org wrote: > Author: rhuijben > Date: Sun Mar 7 16:10:25 2010 > New Revision: 920023 > > URL: http://svn.apache.org/viewvc?rev=920023&view=rev > Log: > Prepare the update editor for more direct WC-DB usage by making it use > repository relative paths for its ca