Re: [PATCH] Fix for issue 3813

2011-06-23 Thread 'Daniel Shahaf'
hahaf > >> Cc: Julian Foad; Subversion; Bert Huijben > >> Subject: Re: [PATCH] Fix for issue 3813 > >> > >> Daniel Shahaf writes: > >> > >> > Looks like Bert committed a functionally equivalent fix as part of > > r1138474. > >>

Re: [PATCH] Fix for issue 3813

2011-06-23 Thread Noorul Islam K M
Stefan Sperling writes: > On Thu, Jun 23, 2011 at 03:25:37PM +0530, Noorul Islam K M wrote: > >> I thought if the patch was incorrect, I might be getting some feedback. > > Sorry, sometimes things just fall through the cracks :( > > Please don't take this as something personal. Nothing personal

Re: [PATCH] Fix for issue 3813

2011-06-23 Thread Stefan Sperling
On Thu, Jun 23, 2011 at 03:25:37PM +0530, Noorul Islam K M wrote: > I thought if the patch was incorrect, I might be getting some feedback. Sorry, sometimes things just fall through the cracks :( Please don't take this as something personal. Communications can be delayed or simply get lost since

Re: [PATCH] Fix for issue 3813

2011-06-23 Thread Noorul Islam K M
"Bert Huijben" writes: >> -Original Message- >> From: Noorul Islam K M [mailto:noo...@collab.net] >> Sent: donderdag 23 juni 2011 5:44 >> To: Daniel Shahaf >> Cc: Julian Foad; Subversion; Bert Huijben >> Subject: Re: [PATCH] Fix for issue 381

RE: [PATCH] Fix for issue 3813

2011-06-23 Thread Bert Huijben
> -Original Message- > From: Noorul Islam K M [mailto:noo...@collab.net] > Sent: donderdag 23 juni 2011 5:44 > To: Daniel Shahaf > Cc: Julian Foad; Subversion; Bert Huijben > Subject: Re: [PATCH] Fix for issue 3813 > > Daniel Shahaf writes: > > > Looks l

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Noorul Islam K M
Daniel Shahaf writes: > Looks like Bert committed a functionally equivalent fix as part of r1138474. > Bert, May I know why this patch was not considered? Looking at the commit I could not see any difference. Thanks and Regards Noorul > Noorul Islam K M wrote on Wed, Jun 22, 2011 at 16:40:50

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Daniel Shahaf
Looks like Bert committed a functionally equivalent fix as part of r1138474. Noorul Islam K M wrote on Wed, Jun 22, 2011 at 16:40:50 +0530: > +++ subversion/libsvn_wc/diff_editor.c(working copy) > @@ -1532,13 +1531,8 @@ > > > > - /* This is the file that will contain the pristine re

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Daniel Shahaf
Greg Hudson wrote on Wed, Jun 22, 2011 at 11:01:05 -0400: > On Wed, 2011-06-22 at 02:29 -0400, Daniel Shahaf wrote: > > From looking at the code, svn_io_open_unique_file3() would force the > > file to have a mode of 0600|umask() instead of just 0600 > > The umask removes file permissions from the

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Greg Hudson
On Wed, 2011-06-22 at 02:29 -0400, Daniel Shahaf wrote: > From looking at the code, svn_io_open_unique_file3() would force the > file to have a mode of 0600|umask() instead of just 0600 The umask removes file permissions from the mode argument to open(); it doesn't add permissions. (Unless there'

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Noorul Islam K M
Julian Foad writes: > Noorul Islam K M wrote: > >> Subject: Re: [PATCH] Fix for issue 3813 > [...] >> [[[ >> Fix for issue 3813. >> [...] >> ]]] > > Hi Noorul. Please always include a brief description of the issue in > the email subject line

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Julian Foad
Noorul Islam K M wrote: > Subject: Re: [PATCH] Fix for issue 3813 [...] > [[[ > Fix for issue 3813. > [...] > ]]] Hi Noorul. Please always include a brief description of the issue in the email subject line and in the log message. Anyone reading the text should be able to quickly

Re: [PATCH] Fix for issue 3813

2011-06-22 Thread Stefan Sperling
On Wed, Jun 22, 2011 at 09:29:29AM +0300, Daniel Shahaf wrote: > Noorul Islam K M wrote on Wed, Jun 22, 2011 at 11:37:13 +0530: > > > > I am not really sure whether this patch is correct one since the comment > > in diff_editor.c says this > > > > /* This is the file that will contain the prist

Re: [PATCH] Fix for issue 3813

2011-06-21 Thread Daniel Shahaf
Noorul Islam K M wrote on Wed, Jun 22, 2011 at 11:37:13 +0530: > > I am not really sure whether this patch is correct one since the comment > in diff_editor.c says this > > /* This is the file that will contain the pristine repository version. It > is created in the admin temporary area. T