RE: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-18 Thread Bert Huijben
> -Original Message- > From: Kannan [mailto:kann...@collab.net] > Sent: maandag 18 januari 2010 5:46 > To: C. Michael Pilato > Cc: Philip Martin; SVN Dev > Subject: Re: [PATCH] Fix #3544 - svn update does not restore excluded files > > -BEGIN PGP SIGNED M

Re: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-17 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 C. Michael Pilato wrote: [..] > This patch doesn't apply cleanly anymore because I committed one of you > other ones. The conflict is pretty easy to resolve, though. Yes, as said in this thread before the change in this patch is the required one. >

Re: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-14 Thread C. Michael Pilato
Kannan wrote: > Kannan wrote: > [..] > > Attaching herewith is the updated patch, as per Philip's feedback. > > [[[ > Log: > Fix issue #3544 -- svn update does not restore excluded files. > > * subversion/libsvn_wc/update_editor.c > (complete_directory): Call `svn_wc__set_depth()' with the req

Re: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-11 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan wrote: [..] Attaching herewith is the updated patch, as per Philip's feedback. [[[ Log: Fix issue #3544 -- svn update does not restore excluded files. * subversion/libsvn_wc/update_editor.c (complete_directory): Call `svn_wc__set_depth()' w

Re: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-11 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip Martin wrote: [..] >> Index: subversion/libsvn_wc/entries.c >> === >> --- subversion/libsvn_wc/entries.c (revision 896759) >> +++ subversion/libsvn_wc/entries.c (working copy) >

Re: [PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-11 Thread Philip Martin
Kannan writes: > Index: subversion/libsvn_wc/update_editor.c > === > --- subversion/libsvn_wc/update_editor.c (revision 896759) > +++ subversion/libsvn_wc/update_editor.c (working copy) > @@ -706,7 +706,9 @@ >el

[PATCH] Fix #3544 - svn update does not restore excluded files

2010-01-10 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: Fix issue #3544 -- svn update does not restore excluded files. * subversion/libsvn_wc/update_editor.c (complete_directory): Call `svn_wc__set_depth()' with the requested depth and with `infinity' only when the depth value is `unknown'. * su